GeometryHandlerbuildingPolygonVertices Property |
[Missing <summary> documentation for "P:BrydenWoodUnity.GeometryManipulation.GeometryHandler.buildingPolygonVertices"]
Namespace:
BrydenWoodUnity.GeometryManipulation
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic List<PolygonVertex> buildingPolygonVertices { get; set; }
Public Property buildingPolygonVertices As List(Of PolygonVertex)
Get
Set
public:
property List<PolygonVertex^>^ buildingPolygonVertices {
List<PolygonVertex^>^ get ();
void set (List<PolygonVertex^>^ value);
}
member buildingPolygonVertices : List<PolygonVertex> with get, set
Property Value
Type:
ListPolygonVertex
See Also