NOTICE: Google Maps Platform gaming services is deprecated as of October 18, 2021. Current users will have continued access until December 31, 2022. During this time, we will continue to provide support and fixes to major bugs and outages. See the Gaming Services Transition Guide for resources to help you plan the next steps for your projects.

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.