cesium-native 0.50.0
Loading...
Searching...
No Matches
CesiumVectorData::VectorStyle Struct Reference

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

#include <CesiumVectorData/VectorStyle.h>

Public Member Functions

 VectorStyle ()=default
 Default constructor for VectorStyle.
 
 VectorStyle (const LineStyle &lineStyle, const PolygonStyle &polygonStyle)
 Initializes style information for all types.
 
 VectorStyle (const CesiumUtility::Color &color)
 Initializes all styles to the given color.
 

Public Attributes

LineStyle line
 The style to use when drawing polylines.
 
PolygonStyle polygon
 The style to use when drawing polygons.
 

Detailed Description

Style information to use when drawing vector data.

Definition at line 96 of file VectorStyle.h.

Member Data Documentation

◆ line

LineStyle CesiumVectorData::VectorStyle::line

The style to use when drawing polylines.

Definition at line 100 of file VectorStyle.h.

◆ polygon

PolygonStyle CesiumVectorData::VectorStyle::polygon

The style to use when drawing polygons.

Definition at line 104 of file VectorStyle.h.


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