PlayAnimation
Introduction
Code Example - Playing an Animation
private void CustomActivity()
{
if(InputManager.Keyboard.KeyPushed(Microsoft.Xna.Framework.Input.Keys.Space))
{
SpineDrawableBatch.PlayAnimation("SomeAnimation");
}
}Last updated
Was this helpful?