cesium-native 0.61.0
Loading...
Searching...
No Matches
CesiumVectorData::PointStyle Struct Reference

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

#include <CesiumVectorData/VectorStyle.h>

Public Attributes

double radius = 1.0
 The radius of the point in pixels.
 
std::optional< ColorStylefill
 The color used to fill this point. If std::nullopt, the point will not be filled.
 
std::optional< LineStyleoutline
 The style used to outline this point. If std::nullopt, the point will not be outlined.
 

Detailed Description

The style used to draw a point.

Definition at line 98 of file VectorStyle.h.

Member Data Documentation

◆ fill

std::optional<ColorStyle> CesiumVectorData::PointStyle::fill

The color used to fill this point. If std::nullopt, the point will not be filled.

Definition at line 105 of file VectorStyle.h.

◆ outline

std::optional<LineStyle> CesiumVectorData::PointStyle::outline

The style used to outline this point. If std::nullopt, the point will not be outlined.

Definition at line 110 of file VectorStyle.h.

◆ radius

double CesiumVectorData::PointStyle::radius = 1.0

The radius of the point in pixels.

Definition at line 100 of file VectorStyle.h.


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