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
Public vertices As List(Of PolygonVertex)
public:
List<PolygonVertex^>^ vertices
val mutable vertices: List<PolygonVertex>
Field Value
Type:
ListPolygonVertex
See Also