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