PolygonDrawerGetPolygonVertices Method |
[Missing <summary> documentation for "M:BrydenWoodUnity.GeometryManipulation.PolygonDrawer.GetPolygonVertices"]
Namespace:
BrydenWoodUnity.GeometryManipulation
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic List<PolygonVertex> GetPolygonVertices()
Public Function GetPolygonVertices As List(Of PolygonVertex)
public:
List<PolygonVertex^>^ GetPolygonVertices()
member GetPolygonVertices : unit -> List<PolygonVertex>
Return Value
Type:
ListPolygonVertex[Missing <returns> documentation for "M:BrydenWoodUnity.GeometryManipulation.PolygonDrawer.GetPolygonVertices"]
See Also