Cesium for Unreal 2.18.0
Loading...
Searching...
No Matches
FCesiumVectorPolygonStyle Struct Reference

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.
 

Detailed Description

The style used to draw polygons.

Definition at line 102 of file CesiumVectorStyle.h.

Member Data Documentation

◆ Fill

bool FCesiumVectorPolygonStyle::Fill = true

Whether the polygon should be filled.

Definition at line 109 of file CesiumVectorStyle.h.

◆ FillStyle

FCesiumVectorPolygonFillStyle FCesiumVectorPolygonStyle::FillStyle

If Fill is true, this style will be used when filling the polygon.

Definition at line 119 of file CesiumVectorStyle.h.

◆ Outline

bool FCesiumVectorPolygonStyle::Outline = false

Whether the polygon should be outlined.

Definition at line 125 of file CesiumVectorStyle.h.

◆ OutlineStyle

FCesiumVectorLineStyle FCesiumVectorPolygonStyle::OutlineStyle

If Outline is true, this style will be used when outlining the polygon.

Definition at line 135 of file CesiumVectorStyle.h.


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