adobe-firefly-sdk
    Preparing search index...

    Type Alias TypesSceneModels

    type TypesSceneModels = {
        imports?: TypesSceneModel[] | null;
        modelsRootNodeTransform?: TypesTransform;
    }
    Index

    Properties

    imports?: TypesSceneModel[] | null

    List of model import definitions.

    modelsRootNodeTransform?: TypesTransform

    Global transformation applied on the models root node defined in the scene. Overrides the previous value, if it exists.