RendererSceneProperties

Provides access to scene specific properties. Scene properties can be retrieved from the Renderer and used to set scene specific properties defining the behavior in 3D

Since

200.1.0

Constructors

Link copied to clipboard
constructor(extrusionExpression: String = "", extrusionMode: ExtrusionMode = ExtrusionMode.None)

Creates a new scene view properties object with extrusion properties.

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

Creates a new scene view properties object with rotation properties.

Properties

Link copied to clipboard

The Extrusion expression in the Scene Properties.

Link copied to clipboard

The Extrusion mode from the Scene Properties.

Link copied to clipboard

The Heading expression in the Scene Properties.

Link copied to clipboard

The Pitch expression in the Scene Properties.

Link copied to clipboard

The Roll expression in the Scene Properties.