class MAGES::Networking::PrefabConfiguration::PrefabConfigurationData::Configuration

Overview

Holds the configuration for a specific configurator. More…

class Configuration
{
public:
    // properties

    string Configurator;
    List ComponentsToAdd;
    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.

List ComponentsToAdd

Gets the components that will be added to the prefab.

List ComponentsToRemove

Gets the components that will be removed from the prefab.