RendererSceneProperties class final
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
- Implemented types
Constructors
- RendererSceneProperties.new({required String headingExpression, required String pitchExpression, required String rollExpression})
-
Creates a new scene view properties object with rotation properties.
factory
- RendererSceneProperties.withExtrusionProperties({required String extrusionExpression, required ExtrusionMode extrusionMode})
-
Creates a new scene view properties object with extrusion properties.
factory
Properties
- extrusionExpression ↔ String
-
The Extrusion expression in the Scene Properties.
getter/setter pair
- extrusionMode ↔ ExtrusionMode
-
The Extrusion mode from the Scene Properties.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- headingExpression ↔ String
-
The Heading expression in the Scene Properties.
getter/setter pair
- pitchExpression ↔ String
-
The Pitch expression in the Scene Properties.
getter/setter pair
- rollExpression ↔ String
-
The Roll expression in the Scene Properties.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited