Google.Maps.Feature.Style.RegionishStyle

Encapsulates immutable styling information used to control how GameObjects are generated from Area related feature types such as Region and AreaWater.

Summary

Inheritance

Inherits from: Google.Maps.GameObjectStyle
Direct Known Subclasses:Google.Maps.Feature.Style.AreaWaterStyle, Google.Maps.Feature.Style.RegionStyle

Properties

Fill
bool
Specifies whether to draw the area with a fill. The default value is true.
FillMaterial
Material
Area fill material. If this is null then a reasonable default will be used. Compatible with materials produced using BaseMapMaterialUtils, which includes a utility for producing materials with a uniform color. Defaults to null.
Outline
bool
Specifies whether to draw the Area with an outline. The default value is false.
OutlineStyle
Styling information for the Area outline. The default value is SegmentStyle.DefaultStyle.

Classes

Google.Maps.Feature.Style.RegionishStyle.RegionishStyleBuilder

RegionishStyle builder.

Properties

Fill

bool Fill

Specifies whether to draw the area with a fill. The default value is true.

FillMaterial

Material FillMaterial

Area fill material. If this is null then a reasonable default will be used. Compatible with materials produced using BaseMapMaterialUtils, which includes a utility for producing materials with a uniform color. Defaults to null.

Outline

bool Outline

Specifies whether to draw the Area with an outline. The default value is false.

OutlineStyle

SegmentStyle OutlineStyle

Styling information for the Area outline. The default value is SegmentStyle.DefaultStyle.