The vertices of the polygon as a list of PolygonVertex
Namespace:
BrydenWoodUnity.GeometryManipulation
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic List<PolygonVertex> vertices { get; set; }
Public Property vertices As List(Of PolygonVertex)
Get
Set
public:
property List<PolygonVertex^>^ vertices {
List<PolygonVertex^>^ get ();
void set (List<PolygonVertex^>^ value);
}
member vertices : List<PolygonVertex> with get, set
Property Value
Type:
ListPolygonVertex
See Also