PolygonVertexvertexManager Property |
[Missing <summary> documentation for "P:BrydenWoodUnity.GeometryManipulation.PolygonVertex.vertexManager"]
Namespace:
BrydenWoodUnity.GeometryManipulation
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic IVertexManager vertexManager { get; }
Public ReadOnly Property vertexManager As IVertexManager
Get
public:
property IVertexManager^ vertexManager {
IVertexManager^ get ();
}
member vertexManager : IVertexManager with get
Property Value
Type:
IVertexManager
See Also