Skip to main content

Play Action Animation

Play Action Animation

Plays an action (animation that is listed in a Sequine Animation Data asset) by specifying the Action ID.

Inputs

  • Target: The target Sequine Player on which we want to play the action animation. See Cross-Scene System.
  • Action: The action ID to play. The list dropdown is based on the action animations specified inside the Sequine Animation Data asset.
  • Restart: Restart the animation from the beginning.
  • Configurations:
    • Layer: The layer index to which this animation should be played.
    • Speed: The speed of the animation.
    • Transition Duration: The duration of the blending between previous animation and the animation to be played.
    • Normalized Transition: If true, then the Transition Duration will be in percentage of the total duration, instead of directly in seconds.
    • Length to Play: How many times the animation should play until the command is marked as finished, and On Complete will be invoked.

Outputs

  • On Complete: The main output that is only invoked when the animation is finished (reached the Length to Play). If you want to do something next immediately without waiting for the animation to finish, use the default main output (the one on the upper right).
  • Total Duration: The total duration of the animation being played. It is expected to be the clip's total duration multiplied by the Length to Play.