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.