SimplePlane
Creates a SimplePlane
The SimplePlane allows you to draw a texture across several points and then manipulate these points
API
SimplePlane Attributes
Name | Type | Default | Description |
---|---|---|---|
draw-mode |
| DRAW_MODES.TRIANGLES | The draw mode to be used. |
texture | string object | undefined | The texture to use on the NineSlicePlane. |
geometry | object | undefined | The geometry to use on the SimplePlane. |
vertices | number | 10 | The number of vertices in the axis |
more props in Container Props and PIXI.SimplePlane
SimplePlane Events
Name | Type | Description |
---|---|---|
render | function | custom render function |
more events in Container Events