Interface PrefabActionUpdateStepOption

interface PrefabActionUpdateStepOption {
    assign: PrefabActionAssign[];
    ref: {
        customModel?: string;
        object: string;
    };
}

Properties

Properties

ref: {
    customModel?: string;
    object: string;
}