babylon.quarks - v0.19.0
    Preparing search index...

    Interface IPrefab

    interface IPrefab {
        animationData: IAnimationData[];
        name: string;
    }

    Implemented by

    Index

    Properties

    Properties

    animationData: IAnimationData[]

    The children of the prefab.

    name: string

    The name of the prefab.