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

Style information to use when drawing vector data. More...

#include <CesiumVectorStyle.h>

Public Member Functions

CesiumVectorData::VectorStyle toNative () const
 Converts this Unreal representation into the Cesium Native equivalent.
 

Static Public Member Functions

static FCesiumVectorStyle fromNative (const CesiumVectorData::VectorStyle &style)
 Creates this Unreal representation from the Cesium Native equivalent.
 

Public Attributes

FCesiumVectorLineStyle LineStyle
 Styles to use when drawing polylines and stroking shapes.
 
FCesiumVectorPolygonStyle PolygonStyle
 Styles to use when drawing polygons.
 

Detailed Description

Style information to use when drawing vector data.

Definition at line 142 of file CesiumVectorStyle.h.

Member Function Documentation

◆ fromNative()

static FCesiumVectorStyle FCesiumVectorStyle::fromNative ( const CesiumVectorData::VectorStyle & style)
static

Creates this Unreal representation from the Cesium Native equivalent.

◆ toNative()

CesiumVectorData::VectorStyle FCesiumVectorStyle::toNative ( ) const

Converts this Unreal representation into the Cesium Native equivalent.

Member Data Documentation

◆ LineStyle

FCesiumVectorLineStyle FCesiumVectorStyle::LineStyle

Styles to use when drawing polylines and stroking shapes.

Definition at line 149 of file CesiumVectorStyle.h.

◆ PolygonStyle

FCesiumVectorPolygonStyle FCesiumVectorStyle::PolygonStyle

Styles to use when drawing polygons.

Definition at line 155 of file CesiumVectorStyle.h.


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