Cesium for Unity 1.23.0
Loading...
Searching...
No Matches
CesiumForUnity.CesiumVectorPolygonStyle Struct Reference

The style used to draw polygons. More...

Public Attributes

bool fill
 Whether the polygon should be filled.
 
CesiumVectorPolygonFillStyle fillStyle
 If fill is true, this style will be used when filling the polygon.
 
bool outline
 Whether the polygon should be outlined.
 
CesiumVectorLineStyle outlineStyle
 If outline is true, this style will be used when outlining the polygon.
 

Properties

static CesiumVectorPolygonStyle Default [get]
 Creates a default polygon style with fill enabled and outline disabled.
 

Detailed Description

The style used to draw polygons.

Definition at line 121 of file CesiumVectorStyle.cs.

Member Data Documentation

◆ fill

bool CesiumForUnity.CesiumVectorPolygonStyle.fill

Whether the polygon should be filled.

Definition at line 127 of file CesiumVectorStyle.cs.

◆ fillStyle

CesiumVectorPolygonFillStyle CesiumForUnity.CesiumVectorPolygonStyle.fillStyle

If fill is true, this style will be used when filling the polygon.

Definition at line 133 of file CesiumVectorStyle.cs.

◆ outline

bool CesiumForUnity.CesiumVectorPolygonStyle.outline

Whether the polygon should be outlined.

Definition at line 139 of file CesiumVectorStyle.cs.

◆ outlineStyle

CesiumVectorLineStyle CesiumForUnity.CesiumVectorPolygonStyle.outlineStyle

If outline is true, this style will be used when outlining the polygon.

Definition at line 145 of file CesiumVectorStyle.cs.

Property Documentation

◆ Default

CesiumVectorPolygonStyle CesiumForUnity.CesiumVectorPolygonStyle.Default
staticget

Creates a default polygon style with fill enabled and outline disabled.

Definition at line 150 of file CesiumVectorStyle.cs.


The documentation for this struct was generated from the following file: