interface UsdzBehaviour {
    afterCreateDocument(
        ext: BehaviorExtension,
        context: USDZExporterContext,
    ): void | Promise<void>;
    afterSerialize(ext: BehaviorExtension, context: USDZExporterContext): void;
    beforeCreateDocument(
        ext: BehaviorExtension,
        context: USDZExporterContext,
    ): void | Promise<void>;
    createBehaviours(
        ext: BehaviorExtension,
        model: USDObject,
        context: USDZExporterContext,
    ): void;
}

Implemented by

Methods

MMNEPVFCICPMFPCPTTAAATR