adobe-firefly-sdk
    Preparing search index...

    Type Alias TypesSceneBaseFile

    type TypesSceneBaseFile = {
        file: string;
        modelsRootNodeName?: string;
    }
    Index

    Properties

    file: string

    Path to the scene file in sources.

    modelsRootNodeName?: string

    Define root node for models in scene graph. If not found, the node which is parent of all models in the scene will be used. If this node doesn't exist, a new node will be created under global root.