SceneCustomObjectclass

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

objectSceneObjectSceneCustomObject
Namespace
Sandbox
Assembly
Sandbox.Engine
Declaration
public class Sandbox.SceneCustomObject : Sandbox.SceneObject

Constructors1

Showing 1 constructors

Methods1

Showing 1 methods

public virtual void RenderSceneObject()PUBLICVIRTUAL

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

Returns:void

On this page