CreateGameObjectHierarchyEventArgs(int, Scene)
Constructs a new instance.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Constructor
- Namespace: UnityEditor
- Assembly: UnityEditor
public CreateGameObjectHierarchyEventArgs(int instanceId, Scene scene)
Parameters
The instance ID of the GameObject that has been created.
The scene containing the GameObject that has been created.