Cesium for Unreal 2.26.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.
 
FCesiumVectorPointStyle PointStyle
 Styles to use when drawing points.
 

Detailed Description

Style information to use when drawing vector data.

Definition at line 185 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 192 of file CesiumVectorStyle.h.

◆ PointStyle

FCesiumVectorPointStyle FCesiumVectorStyle::PointStyle

Styles to use when drawing points.

Definition at line 204 of file CesiumVectorStyle.h.

◆ PolygonStyle

FCesiumVectorPolygonStyle FCesiumVectorStyle::PolygonStyle

Styles to use when drawing polygons.

Definition at line 198 of file CesiumVectorStyle.h.


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