cesium-native 0.50.0
|
The style used to draw a Polygon. More...
#include <CesiumVectorData/VectorStyle.h>
Public Attributes | |
std::optional< ColorStyle > | fill |
The color used to fill this polygon. If std::nullopt , the polygon will not be filled. | |
std::optional< LineStyle > | outline |
The style used to outline this polygon. If std::nullopt , the polygon will not be outlined. | |
The style used to draw a Polygon.
Definition at line 80 of file VectorStyle.h.
std::optional<ColorStyle> CesiumVectorData::PolygonStyle::fill |
The color used to fill this polygon. If std::nullopt
, the polygon will not be filled.
Definition at line 85 of file VectorStyle.h.
std::optional<LineStyle> CesiumVectorData::PolygonStyle::outline |
The style used to outline this polygon. If std::nullopt
, the polygon will not be outlined.
Definition at line 90 of file VectorStyle.h.