Click or drag to resize
SpriteAnimationClipAddStepDelay Method
Add special per-step delay.

Namespace:  GeonBit.Core.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void AddStepDelay(
	int stepRelativeIndex,
	float delay
)

Parameters

stepRelativeIndex
Type: SystemInt32
On which step to add this delay (step index is relative to starting index).
delay
Type: SystemSingle
How long, in seconds, to add extra delay. Can be negative to create faster steps.
See Also