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

The style used to draw a Polygon. More...

#include <CesiumVectorData/VectorStyle.h>

Public Attributes

std::optional< ColorStylefill
 The color used to fill this polygon. If std::nullopt, the polygon will not be filled.
 
std::optional< LineStyleoutline
 The style used to outline this polygon. If std::nullopt, the polygon will not be outlined.
 

Detailed Description

The style used to draw a Polygon.

Definition at line 80 of file VectorStyle.h.

Member Data Documentation

◆ fill

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.

◆ outline

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.


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