Creates a new rectangle.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
C# |
---|
public XMaterialSprite AddRectangle( Vector3[] vertices, bool fill ) |
Parameters
- vertices
- Type: array<
Vector3
>[]()[]
Array of the Vector3 vectors specifying the object coordinates.
- fill
- Type: System..::.Boolean
Indicates whether the object is filled.