API ReferenceSandbox
SceneCustomObjectclass
A scene object that allows custom rendering within a scene world.
Constructors1
Showing 1 constructors
public SceneCustomObject(Sandbox.SceneWorld sceneWorld)
| Parameter | Type | Description |
|---|---|---|
| sceneWorld | SceneWorld | — |
No results match this filter.
Methods1
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.
Returns:
void—No results match this filter.