Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.