Click or drag to resize
SpriteRendererSetStep Method (String)
Set spritesheet step from string identifier.

Namespace:  GeonBit.ECS.Components.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SetStep(
	string identifier
)

Parameters

identifier
Type: SystemString
Step identifier to set.
See Also