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 public int Update(
float timeFactor
)
Parameters
- timeFactor
- Type: SystemSingle
Time factor for animation playing speed.
Return Value
Type:
Int32Current animation step index.
See Also