Click or drag to resize
SpriteAnimationClipPlayUpdate Method
Advance animation and return current animation step index.

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

Parameters

timeFactor
Type: SystemSingle
Time factor for animation playing speed.

Return Value

Type: Int32
Current animation step index.
See Also