cesium-native 0.50.0
|
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. | |
Style information to use when drawing vector data.
Definition at line 96 of file VectorStyle.h.
LineStyle CesiumVectorData::VectorStyle::line |
The style to use when drawing polylines.
Definition at line 100 of file VectorStyle.h.
PolygonStyle CesiumVectorData::VectorStyle::polygon |
The style to use when drawing polygons.
Definition at line 104 of file VectorStyle.h.