![]() |
Cesium for Unity 1.23.0
|
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. | |
The style used to draw polylines and strokes.
Definition at line 50 of file CesiumVectorStyle.cs.
| Color32 CesiumForUnity.CesiumVectorLineStyle.color |
The color to be used.
Definition at line 56 of file CesiumVectorStyle.cs.
| CesiumVectorColorMode CesiumForUnity.CesiumVectorLineStyle.colorMode |
The color mode to be used.
Definition at line 62 of file CesiumVectorStyle.cs.
| 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.
| CesiumVectorLineWidthMode CesiumForUnity.CesiumVectorLineStyle.widthMode |
The mode to use when interpreting width.
Definition at line 75 of file CesiumVectorStyle.cs.
|
staticget |
Creates a default line style with white color and 1 pixel width.
Definition at line 80 of file CesiumVectorStyle.cs.