we
    Preparing search index...
    interface IV_AnimationGroupValue {
        animations: (BaseAnimation | SkinAnimation)[];
        name?: string;
        parent?: NodeObject;
        scene: Scene;
    }
    Index

    Properties

    animations: (BaseAnimation | SkinAnimation)[]
    name?: string
    parent?: NodeObject
    scene: Scene