# scene

> The Scene that contains the GameObject associated with the change. If a Component is changed, this is the GameObject to which the component belongs.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public Scene scene { get; }
```
