Module ambient_api::animation

source ·
Expand description

Animation functions

Structs

  • An animation node. Used in the animation player.
  • This plays animations, and can handle blending and masking of animations together to create complex effects. A single animation player can be attached to multiple entities in the scene.
  • Blend animation node. This is an animation node which can be plugged into an animation player or other animation nodes.
  • Play clip from url animation node. This is an animation node which can be plugged into an animation player or other animation nodes.

Enums

Functions