![]() |
Cesium for Unreal 2.18.0
|
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. | |
Style information to use when drawing vector data.
Definition at line 142 of file CesiumVectorStyle.h.
|
static |
Creates this Unreal representation from the Cesium Native equivalent.
CesiumVectorData::VectorStyle FCesiumVectorStyle::toNative | ( | ) | const |
Converts this Unreal representation into the Cesium Native equivalent.
FCesiumVectorLineStyle FCesiumVectorStyle::LineStyle |
Styles to use when drawing polylines and stroking shapes.
Definition at line 149 of file CesiumVectorStyle.h.
FCesiumVectorPolygonStyle FCesiumVectorStyle::PolygonStyle |
Styles to use when drawing polygons.
Definition at line 155 of file CesiumVectorStyle.h.