RenderOptionsclass

objectRenderOptions
Namespace
Sandbox
Assembly
Sandbox.Engine
Declaration
public class Sandbox.RenderOptions

Methods1

Showing 1 methods

public void Apply(Sandbox.SceneObject obj)PUBLIC

Apply these options to a SceneObject

ParameterTypeDescription
objSceneObject
Returns:void

Properties4

Showing 4 properties

public bool Sandbox.RenderOptions.AfterUI { get; set; }PUBLICGETSET

Rendered after the UI is rendered

Returns:bool

public bool Sandbox.RenderOptions.Bloom { get; set; }PUBLICGETSET

Rendererd during bloom

Returns:bool

public bool Sandbox.RenderOptions.Game { get; set; }PUBLICGETSET

Regular game rendering layers

Returns:bool

public bool Sandbox.RenderOptions.Overlay { get; set; }PUBLICGETSET

Rendered above everything else

Returns:bool

On this page