Click or drag to resize
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
C#
public SpriteSheetStep GetStep(
	int index
)

Parameters

index
Type: SystemInt32
Step index to get.

Return Value

Type: SpriteSheetStep
Spritesheet step.
See Also