Vertex
Show declaration
struct Vertex play;
A point in world space.
Instance Methods
-
int Index()
-
The index of this vertex in the global vertices array.
Overview of instance methods
Instance Members
-
readOnly vector2 P
-
The point this object represents.