ApartmentStatevertices Property |
[Missing <summary> documentation for "P:BrydenWoodUnity.DesignData.ApartmentState.vertices"]
Namespace:
BrydenWoodUnity.DesignData
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic float[] vertices { get; set; }
Public Property vertices As Single()
Get
Set
public:
property array<float>^ vertices {
array<float>^ get ();
void set (array<float>^ value);
}
member vertices : float32[] with get, set
Property Value
Type:
Single
See Also