Interface PrefabActionCreateStepOption

interface PrefabActionCreateStepOption {
    assign: PrefabActionAssign[];
    modelId: string;
    ref: {
        customModel: string;
    };
}

Properties

Properties

modelId: string
ref: {
    customModel: string;
}