Click or drag to resize
SpriteAnimationClipDelayForStep Method
Get how long, in seconds, we need to wait per step (based on general speed and per-step delays).

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

Parameters

stepRelativeIndex
Type: SystemInt32
Step index to get delay for (step index is relative to starting index).

Return Value

Type: Single
How long, in seconds, we need to wait on this animation step.
See Also