Polygontriangles Property |
[Missing <summary> documentation for "P:BrydenWoodUnity.GeometryManipulation.Polygon.triangles"]
Namespace:
BrydenWoodUnity.GeometryManipulation
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxprotected int[] triangles { get; set; }
Protected Property triangles As Integer()
Get
Set
protected:
property array<int>^ triangles {
array<int>^ get ();
void set (array<int>^ value);
}
member triangles : int[] with get, set
Property Value
Type:
Int32
See Also