Class ReflectionsTraceMode
The screen space reflections modes.
Inheritance
System.Object
ReflectionsTraceMode
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class ReflectionsTraceMode : Enum
Fields
ScreenTracing
Screen-space depth buffer tracing with scene color sampling. Only visible on-screen pixels can be used in reflections.
Declaration
public const ReflectionsTraceMode ScreenTracing
Field Value
ReflectionsTraceMode
|
SoftwareTracing
Software raytracing using Global SDF and Global Surface Atlas that supports full-scene raytracing (off-screen).
Declaration
public const ReflectionsTraceMode SoftwareTracing
Field Value
ReflectionsTraceMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|