Class AbstractAutoConfigurator
An abstract auto configurator that can configurate color tint for components.
public abstract class AbstractAutoConfigurator : MonoBehaviour
- Inheritance
-
AbstractAutoConfigurator
- Derived
Methods
Awake()
protected virtual void Awake()
ConfigurateColor()
Configurate color tint for this component.
public virtual void ConfigurateColor()
ConfigurateCore(ColorConfig)
Configurate color tint for this component.
protected abstract void ConfigurateCore(ColorConfig colorConfig)
Parameters
colorConfigColorConfigThe color config that this component should use.
Remarks
Override this method to configurate color tint for this component.
OnTransformParentChanged()
protected virtual void OnTransformParentChanged()