SsrDebugView enum Rendering

A diagnostic visualization for ScreenSpaceReflectionsSettings.debugView.

Replaces the composited image with an intermediate of the reflection trace, for tuning and debugging. composite is the normal output.

Inheritance
Available extensions

Values

composite → const SsrDebugView

The normal reflection-composited image.

reflectedUv → const SsrDebugView

The screen UV the reflected ray hit (red/green), scaled by confidence.

hitMask → const SsrDebugView

White where a reflection hit was accepted, black otherwise.

normal → const SsrDebugView

The per-pixel view-space normal read from the depth prepass.

confidence → const SsrDebugView

The accepted hit's confidence (the reflection blend weight).

depth → const SsrDebugView

The raw linear depth the trace marches against.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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

Constants

values → const List<SsrDebugView>
A constant List of the values in this enum, in order of their declaration.