55 [Tooltip(
"The color to be used.")]
61 [Tooltip(
"The color mode to be used.")]
67 [Tooltip(
"The width of the line or stroke, with the unit specified by widthMode.")]
74 [Tooltip(
"The mode to use when interpreting width.")]
82 color =
new Color32(255, 255, 255, 255),
98 [Tooltip(
"The color to be used.")]
104 [Tooltip(
"The color mode to be used.")]
112 color =
new Color32(255, 255, 255, 255),
126 [Tooltip(
"Whether the polygon should be filled.")]
132 [Tooltip(
"If fill is true, this style will be used when filling the polygon.")]
138 [Tooltip(
"Whether the polygon should be outlined.")]
144 [Tooltip(
"If outline is true, this style will be used when outlining the polygon.")]
168 [Tooltip(
"Styles to use when drawing polylines and stroking shapes.")]
174 [Tooltip(
"Styles to use when drawing polygons.")]
CesiumVectorLineWidthMode
The mode used to render polylines and strokes.
@ Meters
The line width represents the physical size of the line in meters.
@ Pixels
The line width represents the number of pixels the line will take up, regardless of LOD.
CesiumVectorColorMode
The mode used to interpret the color value provided in a style.
@ Random
The color will be chosen randomly.
@ Normal
The normal color mode.
The style used to draw polylines and strokes.
CesiumVectorLineWidthMode widthMode
The mode to use when interpreting width.
Color32 color
The color to be used.
CesiumVectorColorMode colorMode
The color mode to be used.
static CesiumVectorLineStyle Default
Creates a default line style with white color and 1 pixel width.
double width
The width of the line or stroke, with the unit specified by widthMode.
The style used to fill polygons.
Color32 color
The color to be used.
CesiumVectorColorMode colorMode
The color mode to be used.
static CesiumVectorPolygonFillStyle Default
Creates a default polygon fill style with white color.
The style used to draw polygons.
CesiumVectorLineStyle outlineStyle
If outline is true, this style will be used when outlining the polygon.
CesiumVectorPolygonFillStyle fillStyle
If fill is true, this style will be used when filling the polygon.
static CesiumVectorPolygonStyle Default
Creates a default polygon style with fill enabled and outline disabled.
bool outline
Whether the polygon should be outlined.
bool fill
Whether the polygon should be filled.
Style information to use when drawing vector data.
CesiumVectorLineStyle lineStyle
Styles to use when drawing polylines and stroking shapes.
static CesiumVectorStyle Default
Creates a default vector style.
CesiumVectorPolygonStyle polygonStyle
Styles to use when drawing polygons.