# Sandbox.SceneWorld.SceneObjects

```csharp
IReadOnlyCollection<SceneObject> SceneObjects { get; set; }
```

List of scene objects belonging to this scene world.

Declared in [Sandbox.SceneWorld](/api/Sandbox.SceneWorld).
Assembly: `Sandbox.Engine`.
