Class ViewFlags
Frame rendering flags used to switch between graphics features.
Inheritance
System.Object
ViewFlags
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class ViewFlags : Enum
Fields
AntiAliasing
AO
Bloom
CameraArtifacts
Shows/hides camera artifacts
Declaration
public const ViewFlags CameraArtifacts
Field Value
ViewFlags
|
ContactShadows
Shows/hides the contact shadows effect.
Declaration
public const ViewFlags ContactShadows
Field Value
ViewFlags
|
CustomPostProcess
Shows/hides custom Post-Process effects
Declaration
public const ViewFlags CustomPostProcess
Field Value
ViewFlags
|
DebugDraw
Shows/hides the debug shapes rendered using Debug Draw.
Declaration
public const ViewFlags DebugDraw
Field Value
ViewFlags
|
Decals
DefaultAssetPreview
Default flags for materials/models previews generating.
Declaration
public const ViewFlags DefaultAssetPreview
Field Value
ViewFlags
|
DefaultEditor
DefaultGame
DepthOfField
Shows/hides depth of field effect
Declaration
public const ViewFlags DepthOfField
Field Value
ViewFlags
|
DirectionalLights
Shows/hides directional lights
Declaration
public const ViewFlags DirectionalLights
Field Value
ViewFlags
|
EditorSprites
EyeAdaptation
Shows/hides eye adaptation effect
Declaration
public const ViewFlags EyeAdaptation
Field Value
ViewFlags
|
Fog
GI
GlobalSDF
Shows/hides the Global Sign Distant Fields rendering.
Declaration
public const ViewFlags GlobalSDF
Field Value
ViewFlags
|
LensFlares
LightsDebug
Shows/hides light debug shapes.
Declaration
public const ViewFlags LightsDebug
Field Value
ViewFlags
|
MotionBlur
Shows/hides the motion blur effect.
Declaration
public const ViewFlags MotionBlur
Field Value
ViewFlags
|
None
PhysicsDebug
Shows/hides physics debug shapes.
Declaration
public const ViewFlags PhysicsDebug
Field Value
ViewFlags
|
PointLights
Reflections
Shadows
Sky
SkyLights
SpecularLight
Shows/hides specular light rendering
Declaration
public const ViewFlags SpecularLight
Field Value
ViewFlags
|
SpotLights
SSR
ToneMapping
Shows/hides tone mapping effect
Declaration
public const ViewFlags ToneMapping
Field Value
ViewFlags
|
value__
Declaration
public ulong value__
Field Value
System.UInt64
|