Summary
A scene world that contains <see cref="T:Sandbox.SceneObject" />s. See <a href="https://sbox.game/api/Tools.Utility.CreateSceneWorld()">Utility.CreateSceneWorld</a>.
<para>You may also want a <see cref="T:Sandbox.SceneCamera" /> to manually render the scene world.</para>
Fields
Properties
SceneObjects |
List of scene objects belonging to this scene world.
|
Trace |
Trace against all scene objects in this scene world
|
Methods
Delete |
Delete this scene world. You shouldn't access it anymore.
|
DeletePendingObjects |
Deleted objects are actually deleted at the end of each frame. Call this
to actually delete pending deletes right now instead of waiting.
|