Api Sandbox SceneLayerType
enum

SceneLayerType

public sealed enum SceneLayerType : Enum

Enum Values

Name Value Description
Unknown
Translucent Translucent pass. We're rendering translucent objects in depth sorted order, from back to front.
Shadow Rendering dynamic shadows
EffectsTranslucent Translucent effects on the 1/4 texture
EffectsOpaque Opaque effects on the 1/4 texture
DepthPrepass Depth prepass to reduce overdraw
Opaque
Assembly: Sandbox.Engine Namespace: Sandbox Full Name: Sandbox.SceneLayerType