StageMetadata class

Scene-wide, non-spatial render settings (lights and cameras are per-node components, not stage data).

Constructors

StageMetadata({UpAxis upAxis = UpAxis.y, Handedness handedness = Handedness.left, double unitsPerMeter = 1.0, LocalId? environmentRef, String antiAliasingMode = 'auto', double renderScale = 1.0, String filterQuality = 'medium'})
Creates stage metadata with the documented defaults.

Properties

antiAliasingMode String
The anti-aliasing mode name (none, msaa, fxaa, auto), the scene-wide default views inherit.
getter/setter pair
environmentRef LocalId?
The global environment resource the stage's look comes from (the image-based-lighting environment, intensity, exposure, tone mapping, reflection size, skybox, and sky lighting). The realizer defaults to a studio look when this is null or does not resolve.
getter/setter pair
filterQuality String
The composite filter-quality name (none, low, medium, high), the scene-wide default views inherit.
getter/setter pair
handedness Handedness
The authored handedness.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
renderScale double
Resolution scale relative to the display's native, the scene-wide default views inherit.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unitsPerMeter double
World units per meter.
getter/setter pair
upAxis UpAxis
The authored up axis.
getter/setter pair

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