class MAGES::Networking::PrefabConfiguration::PrefabConfigurationData::Configuration¶
Overview¶
Holds the configuration for a specific configurator. More…
class Configuration { public: // properties string Configurator; ListComponentsToAdd; List ComponentsToRemove; };
Detailed Documentation¶
Holds the configuration for a specific configurator.
Properties¶
string Configurator
Gets the name of the configurator that will use this configuration.
ListComponentsToAdd
Gets the components that will be added to the prefab.
ListComponentsToRemove
Gets the components that will be removed from the prefab.