SpriteSheetGetStep Method (Int32) |
Get spritesheet step by index.
Namespace:
GeonBit.Core.Graphics
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public SpriteSheetStep GetStep(
int index
)
Parameters
- index
- Type: SystemInt32
Step index to get.
Return Value
Type:
SpriteSheetStepSpritesheet step.
See Also