index property

QuadIndex? index
getter/setter pair

Vertex index of a quadrilateral. TopLeft: 0, TopRight: 1, BottomLeft: 2, BottomRight: 3

四边形顶点索引。 左上角:0,右上角:1,左下角:2,右下角:3*/

Implementation

QuadIndex? index;