# Sandbox.Scene.SceneWorld

```csharp
SceneWorld SceneWorld { get; set; }
```

The scene world, holding this scene's renderables. Created on first access, so
scenes that never render anything (like prefab caches or tests) never create one.

Declared in [Sandbox.Scene](/api/Sandbox.Scene).
Assembly: `Sandbox.Engine`.
