GeometryHandlerGetPolygonVertices Method |
[Missing <summary> documentation for "M:BrydenWoodUnity.GeometryManipulation.GeometryHandler.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:
virtual List<PolygonVertex^>^ GetPolygonVertices() sealed
abstract GetPolygonVertices : unit -> List<PolygonVertex>
override GetPolygonVertices : unit -> List<PolygonVertex>
Return Value
Type:
ListPolygonVertex[Missing <returns> documentation for "M:BrydenWoodUnity.GeometryManipulation.GeometryHandler.GetPolygonVertices"]
Implements
IVertexManagerGetPolygonVertices
See Also