SpriteFactory.Sprite.GetAnimationSpeed
C#: float GetAnimationSpeed (string animationName)
JS: function GetAnimationSpeed (animationName : String) : float
Description
Get the playback speed of an animation by name.
C#: float GetAnimationSpeed (int animationIndex)
JS: function GetAnimationSpeed (animationIndex : int) : float
Description
Get the playback speed of an animation by index.
See Also
SetAnimationSpeed
playbackSpeed