A scene world that contains SceneObjects. See Utility.CreateSceneWorld.
You may also want a SceneCamera to manually render the scene world.
A scene world that contains SceneObjects. See Utility.CreateSceneWorld.
You may also want a SceneCamera to manually render the scene world.
Member Name | Summary |
---|---|
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. |
SceneObjects | List of scene objects belonging to this scene world. |
Trace | Trace against all scene objects in this scene world. |
GradientFog | Controls gradient fog settings. |
AmbientLightColor | Sets the ambient lighting color. |
ClearColor | Sets the clear color, if nothing else is drawn, this is the color you will see. Obsolete: Use SceneCamera.BackgroundColor |