Class ViewMode
Describes frame rendering modes.
Inheritance
System.Object
ViewMode
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class ViewMode : Enum
Fields
AmbientOcclusion
Default
Depth
Diffuse
Emissive
GlobalIllumination
Draw Global Illumination debug preview (eg. irradiance probes).
Declaration
public const ViewMode GlobalIllumination
Field Value
ViewMode
|
GlobalSDF
Draw Global Sign Distant Field (SDF) preview.
Declaration
public const ViewMode GlobalSDF
Field Value
ViewMode
|
GlobalSurfaceAtlas
Draw Global Surface Atlas preview.
Declaration
public const ViewMode GlobalSurfaceAtlas
Field Value
ViewMode
|
LightBuffer
LightmapUVsDensity
Draw meshes lightmaps coordinates density
Declaration
public const ViewMode LightmapUVsDensity
Field Value
ViewMode
|
LODPreview
Draw Level Of Detail number as colors to debug LOD switches.
Declaration
public const ViewMode LODPreview
Field Value
ViewMode
|
MaterialComplexity
Draw material shaders complexity to visualize performance of pixels rendering.
Declaration
public const ViewMode MaterialComplexity
Field Value
ViewMode
|
Metalness
MotionVectors
NoPostFx
Normals
PhysicsColliders
Draw physics colliders debug view
Declaration
public const ViewMode PhysicsColliders
Field Value
ViewMode
|
QuadOverdraw
Draw geometry overdraw to visualize performance of pixels rendering.
Declaration
public const ViewMode QuadOverdraw
Field Value
ViewMode
|
Reflections
Roughness
ShadingModel
Specular
SpecularColor
SubsurfaceColor
Draw materials subsurface color debug view
Declaration
public const ViewMode SubsurfaceColor
Field Value
ViewMode
|
Unlit
Draw materials colors with ambient occlusion
Declaration
public const ViewMode Unlit
Field Value
ViewMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|
VertexColors
Wireframe
Draw scene objects in wireframe mode
Declaration
public const ViewMode Wireframe
Field Value
ViewMode
|