This version of Unity is unsupported.

CreateGameObjectHierarchyEventArgs Constructor

Declaration

public CreateGameObjectHierarchyEventArgs(int instanceId, SceneManagement.Scene scene);

Parameters

instanceId The instance ID of the GameObject that has been created.
scene The scene containing the GameObject that has been created.

Description

Constructs a new instance.