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