s&box docs

public class Sandbox.SceneCustomObject : Sandbox.SceneObject

A scene object that allows custom rendering within a scene world.

Constructors

Showing 1 constructors

Methods

Showing 1 methods

public virtual void RenderSceneObject()

Called when this scene object needs to be rendered. Invokes `Sandbox.SceneCustomObject.RenderOverride` by default. See the `Sandbox.Graphics` library for a starting point.

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.SceneCustomObject

On this page