For the complete documentation index, see llms.txt. This page is also available as Markdown.

Load Animation Sequence

/**
 * Node that loads an animation sequence asset into the graph.
 * 
 * Provides access to animation data for frame extraction
 * and animation-based mesh deformation.
 * 
 * Usage:
 * 1. Select an animation sequence asset
 * 2. Output provides access to animation data
 */

Last updated