Summary
A scene world that contains
SceneObjects. See
['a'].
You may also want a SceneCamera to manually render the scene world.
Constructors
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. |