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

The style used to draw polylines and strokes. More...

Public Attributes

Color32 color
 The color to be used.
 
CesiumVectorColorMode colorMode
 The color mode to be used.
 
double width
 The width of the line or stroke, with the unit specified by widthMode.
 
CesiumVectorLineWidthMode widthMode
 The mode to use when interpreting width.
 

Properties

static CesiumVectorLineStyle Default [get]
 Creates a default line style with white color and 1 pixel width.
 

Detailed Description

The style used to draw polylines and strokes.

Definition at line 50 of file CesiumVectorStyle.cs.

Member Data Documentation

◆ color

Color32 CesiumForUnity.CesiumVectorLineStyle.color

The color to be used.

Definition at line 56 of file CesiumVectorStyle.cs.

◆ colorMode

CesiumVectorColorMode CesiumForUnity.CesiumVectorLineStyle.colorMode

The color mode to be used.

Definition at line 62 of file CesiumVectorStyle.cs.

◆ width

double CesiumForUnity.CesiumVectorLineStyle.width

The width of the line or stroke, with the unit specified by widthMode.

Definition at line 69 of file CesiumVectorStyle.cs.

◆ widthMode

CesiumVectorLineWidthMode CesiumForUnity.CesiumVectorLineStyle.widthMode

The mode to use when interpreting width.

Definition at line 75 of file CesiumVectorStyle.cs.

Property Documentation

◆ Default

CesiumVectorLineStyle CesiumForUnity.CesiumVectorLineStyle.Default
staticget

Creates a default line style with white color and 1 pixel width.

Definition at line 80 of file CesiumVectorStyle.cs.


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