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

Index

Instance Members

readOnly vector2 P

The point this object represents.

Overview of instance members

P