![]() |
Cesium for Unreal 2.18.0
|
The style used to draw polygons. More...
#include <CesiumVectorStyle.h>
Public Attributes | |
bool | Fill = true |
Whether the polygon should be filled. | |
FCesiumVectorPolygonFillStyle | FillStyle |
If Fill is true, this style will be used when filling the polygon. | |
bool | Outline = false |
Whether the polygon should be outlined. | |
FCesiumVectorLineStyle | OutlineStyle |
If Outline is true, this style will be used when outlining the polygon. | |
The style used to draw polygons.
Definition at line 102 of file CesiumVectorStyle.h.
bool FCesiumVectorPolygonStyle::Fill = true |
Whether the polygon should be filled.
Definition at line 109 of file CesiumVectorStyle.h.
FCesiumVectorPolygonFillStyle FCesiumVectorPolygonStyle::FillStyle |
If Fill
is true, this style will be used when filling the polygon.
Definition at line 119 of file CesiumVectorStyle.h.
bool FCesiumVectorPolygonStyle::Outline = false |
Whether the polygon should be outlined.
Definition at line 125 of file CesiumVectorStyle.h.
FCesiumVectorLineStyle FCesiumVectorPolygonStyle::OutlineStyle |
If Outline
is true, this style will be used when outlining the polygon.
Definition at line 135 of file CesiumVectorStyle.h.