Hilo3d API - v2.0.0
    Preparing search index...

    Class AnimationStates

    A typed animation channel targeting one property of a scene node.

    Index
    className: "AnimationStates" = 'AnimationStates'
    id: string
    interpolationType: AnimationInterpolationType = 'LINEAR'
    isAnimationStates: true
    keyTime: number[] = []
    nodeName: string = ''
    states: unknown[] = []
    interpolation: Record<AnimationInterpolationType, InterpolationFunction> = INTERPOLATION
    StateType: Readonly<
        {
            POSITION: "Translation";
            QUATERNION: "Quaternion";
            ROTATE: "Rotation";
            ROTATION: "Rotation";
            SCALE: "Scale";
            TRANSLATE: "Translation";
            TRANSLATION: "Translation";
            WEIGHTS: "Weights";
        },
    > = STATE_TYPES