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.ModeledStructureStyleSettings

Scriptable object for modeled structure settings.

Summary

Inheritance

Inherits from: Google.Maps.Feature.Style.Settings.AbstractStyleSettings

Public attributes

Material
Material
The material to use with the structure's model.

Public functions

Apply(ModeledStructureStyle style)
Apply settings to ModeledStructureStyle.

Public attributes

Material

Material Material

The material to use with the structure's model.

Public functions

Apply

ModeledStructureStyle Apply(
  ModeledStructureStyle style
)

Apply settings to ModeledStructureStyle.

Details
Parameters
style
ModeledStructureStyle to apply settings to.
Returns
New ModeledStructureStyle with settings applied.