The index of the node and TRS property that an animation channel targets

interface IAnimationChannelTarget {
    extensions?: Record<string, unknown>;
    extras?: Record<string, unknown>;
    node?: number;
    path: AnimationChannelTargetPath;
}

Hierarchy (view full)

Properties

extensions?: Record<string, unknown>

Dictionary object with extension-specific objects

extras?: Record<string, unknown>

Application-Specific data

node?: number

The index of the node to target, when undefined, the animated object MAY be defined by an extension.

The name of the node's TRS property to modify, or the weights of the Morph Targets it instantiates