SimpleTile Constructor (Int32) |
Constructs a single-frame tile based on multiple frameset frames.
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntaxpublic SimpleTile(
int[] frame
)
Parameters
- frame
- Type: SystemInt32
An array of frame indexes that make of this compisite tile.
RemarksThe frame indexes represent the multiple frames that this tile will always
draw. The first frame is drawn behind, and the last frame is drawn in front.
See Also