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

Style information to use when drawing vector data. More...

Public Attributes

CesiumVectorLineStyle lineStyle
 Styles to use when drawing polylines and stroking shapes.
 
CesiumVectorPolygonStyle polygonStyle
 Styles to use when drawing polygons.
 

Properties

static CesiumVectorStyle Default [get]
 Creates a default vector style.
 

Detailed Description

Style information to use when drawing vector data.

Definition at line 163 of file CesiumVectorStyle.cs.

Member Data Documentation

◆ lineStyle

CesiumVectorLineStyle CesiumForUnity.CesiumVectorStyle.lineStyle

Styles to use when drawing polylines and stroking shapes.

Definition at line 169 of file CesiumVectorStyle.cs.

◆ polygonStyle

CesiumVectorPolygonStyle CesiumForUnity.CesiumVectorStyle.polygonStyle

Styles to use when drawing polygons.

Definition at line 175 of file CesiumVectorStyle.cs.

Property Documentation

◆ Default

CesiumVectorStyle CesiumForUnity.CesiumVectorStyle.Default
staticget

Creates a default vector style.

Definition at line 180 of file CesiumVectorStyle.cs.


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