interface OptionTemplates {
    addChild?: {
        optionEvents?: OptionEventRecord;
        options: PrefabComponentOption[];
    };
}

Properties

Properties

addChild?: {
    optionEvents?: OptionEventRecord;
    options: PrefabComponentOption[];
}