API ReferenceSandbox
public class Sandbox.SceneCustomObject : Sandbox.SceneObject
A scene object that allows custom rendering within a scene world.
Constructors
Showing 1 constructors
public SceneCustomObject(Sandbox.SceneWorld sceneWorld)
No results match this filter.
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.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.SceneCustomObject |