TileFrame Constructor (Int32, Int32) |
Constructs a simple (non-composite) TileFrame given its
m_nAccumulatedDuration
and the single frameset frame index.
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax public TileFrame(
int nAccumulatedDuration,
int frame
)
Parameters
- nAccumulatedDuration
- Type: SystemInt32
m_nAccumulatedDuration value - frame
- Type: SystemInt32
Frameset frame index drawn by this tile frame. This gets converted into
a single-element array of integers in subFrames.
See Also