Class Shape2D

inherits from Object

Public Functions

native void SetTransform(
Shape2DTransform transform
)

native void Clear(
int which = C​_Verts|C​_Coords|C​_Indices
)

native void PushVertex(Vector2 v)

native void PushCoord(Vector2 c)

native void PushTriangle(
int a,
int b,
int c
)

Inner Enums