Click or drag to resize
SpriteEntitySetStep Method (Int32)
Set spritesheet step from index.

Namespace:  GeonBit.Core.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SetStep(
	int index
)

Parameters

index
Type: SystemInt32
Step index to set.
See Also