| Parameter | Description |
|---|---|
| node | The node on which to play the animation. |
| animationSpeed | Speed multiplier for the animation. Higher values move the animated segment faster. The default value is 1. |
Starts a looping animation on the referenced node's accent.
The animation loops indefinitely until you call GraphMotion.Stop or GraphMotion.Pause.
While the animation plays, the accent bar overrides any fill amount previously set through NodeReference.FillAmount or the node model's FillAmount property.
Call GraphMotion.Play again on the same node after GraphMotion.Pause to resume the animation at the new speed.
NodeReference nodeRef = context.GetNodeReference(nodeID); context.Motion.Play(nodeRef);