RendererSceneProperties

constructor(extrusionExpression: String = "", extrusionMode: ExtrusionMode = ExtrusionMode.None)

Creates a new scene view properties object with extrusion properties.

Since

200.1.0

Parameters

extrusionExpression

Extrusion expression to be used.

extrusionMode

Extrusion mode to apply to the scene view properties ExtrusionMode.


constructor(headingExpression: String, pitchExpression: String, rollExpression: String)

Creates a new scene view properties object with rotation properties.

Since

200.1.0

Parameters

headingExpression

A String to the heading expression to be used.

pitchExpression

A String to the pitch expression to be used.

rollExpression

A String to the roll expression to be used.