Interface AnimationStructure

Holds information about the AnimationStructure that the Animation uses to map the Sequences to the Attributes. Built out of a Node's serialsation, it swaps the values with AnimationSequences.

interface AnimationStructure {
    [attribute: string]: AnimationStructure[] | AnimationStructure | AnimationSequence;
}

Hierarchy (view full)

Indexable