GeometryVertexindex Property |
The index of this vertex
Namespace:
BrydenWoodUnity.GeometryManipulation
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic int index { get; set; }
Public Property index As Integer
Get
Set
public:
property int index {
int get ();
void set (int value);
}
member index : int with get, set
Property Value
Type:
Int32
See Also