Google.Maps.Feature.Style.Settings.AbstractStyleSettings

Abstract base class for style settings scriptable objects.

Summary

Inheritance

Inherits from: ScriptableObject
Direct Known Subclasses:Google.Maps.Feature.Style.Settings.AreaWaterStyleSettings, Google.Maps.Feature.Style.Settings.ExtrudedStructureStyleSettings, Google.Maps.Feature.Style.Settings.LineWaterStyleSettings, Google.Maps.Feature.Style.Settings.ModeledStructureStyleSettings, Google.Maps.Feature.Style.Settings.RegionStyleSettings, Google.Maps.Feature.Style.Settings.SegmentStyleSettings

Protected functions

NotifyListeners()
void
Notify listeners that the settings on this instance have changed.
OnValidate()
virtual void
Handle Unity's OnValidate event.

Protected functions

NotifyListeners

void NotifyListeners()

Notify listeners that the settings on this instance have changed.

OnValidate

virtual void OnValidate()

Handle Unity's OnValidate event.