UpdatePrefabInstancesEventArgs(Scene, ReadOnly)
Constructs a new instance.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Constructor
- Namespace: UnityEditor
- Assembly: UnityEditor
public UpdatePrefabInstancesEventArgs(Scene scene, NativeArray<int>.ReadOnly instanceIds)
Parameters
The scene containing all of the prefab instances that have been updated.
The instance ID for each root GameObject of the prefab instances that have been updated.