Returns the Vectors of the vertices
Namespace:
BrydenWoodUnity.GeometryManipulation
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic List<Vector3> GetVectors()
Public Function GetVectors As List(Of Vector3)
public:
List<Vector3>^ GetVectors()
member GetVectors : unit -> List<Vector3>
Return Value
Type:
ListVector3A List of Vectors
See Also