RenderViewSpec class

One serialized view of the scene: a camera node bound to a target and the view's render settings (the runtime RenderView).

Constructors

RenderViewSpec({required LocalId cameraNode, LocalId? target, int layerMask = 0xFFFFFFFF, int order = 0, String? antiAliasingMode, double? renderScale, String? filterQuality})
Creates a render-view spec.

Properties

antiAliasingMode → String?
The anti-aliasing mode name (none, msaa, fxaa, auto), or null to inherit the stage's.
final
cameraNode → LocalId
The node whose CameraComponent provides this view's camera.
final
filterQuality → String?
The composite filter-quality name (none, low, medium, high), or null to inherit the stage's.
final
hashCode → int
The hash code for this object.
no setterinherited
layerMask → int
A bitmask selecting which node layers this view renders.
final
order → int
Compositing order among views sharing a target (lower first).
final
renderScale → double?
Resolution scale relative to the display's native, or null to inherit the stage's.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
target → LocalId?
The render-texture resource this view draws into, or null for the screen.
final

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