Class ColorConfig
An editor component that can configurate colors for all children components that implement AbstractAutoConfigurator.
public class ColorConfig : MonoBehaviour, ISelfPreProcess
- Inheritance
-
ColorConfig
- Implements
-
ISelfPreProcess
Fields
colors
The color palette for all children components.
public Color[] colors
Field Value
- Color[]
Methods
CheckAndConfigurateColors()
Check and configurate colors for all components on scene that implement AbstractAutoConfigurator.
public void CheckAndConfigurateColors()
ConfigurateColors()
Configurate colors for all children components of this object that implement AbstractAutoConfigurator.
public void ConfigurateColors()