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

Scriptable object for segment style settings.

Summary

Inheritance

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

Public attributes

Material
Material
Fill material for segments.
Width = 10.0f
float
Segment width.

Public functions

Apply(LineWaterStyle style)
Apply settings to LineWaterStyle.

Public attributes

Material

Material Material

Fill material for segments.

Width

float Width = 10.0f

Segment width.

Public functions

Apply

LineWaterStyle Apply(
  LineWaterStyle style
)

Apply settings to LineWaterStyle.

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