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