# ChangeGameObjectStructureEventArgs(int, Scene)

> Constructs a new instance.

## Definition

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

```csharp
public ChangeGameObjectStructureEventArgs(int instanceId, Scene scene)
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): The instance ID of the [GameObject](/engine/6000.3/script-reference/unityengine/gameobject.md) that has been changed.**** (\[Scene]\(/engine/6000.3/script-reference/unityengine/scenemanagement/scene)): The [Scene](/engine/6000.3/script-reference/unityeditor/searchservice/scene.md) containing the [GameObject](/engine/6000.3/script-reference/unityengine/gameobject.md) that has been changed.
