SpriteFactory.Sprite.GetAnimationWrapMode
C#: Sprite.WrapMode GetAnimationWrapMode ()
JS: function GetAnimationWrapMode () : Sprite.WrapMode
Description
Get the wrap mode of the currently playing animation.
C#: Sprite.WrapMode GetAnimationWrapMode (string animationName)
JS: function GetAnimationWrapMode (animationName : String) : Sprite.WrapMode
Description
Get the wrap mode of an animation by name.
C#: Sprite.WrapMode GetAnimationWrapMode (int animationIndex)
JS: function GetAnimationWrapMode (animationIndex : int) : Sprite.WrapMode
Description
Get the wrap mode of an animation by index.