This version of Unity is unsupported.

UpdatePrefabInstancesEventArgs Constructor

Declaration

public UpdatePrefabInstancesEventArgs(SceneManagement.Scene scene, ReadOnly<int> instanceIds);

Parameters

scene The scene containing all of the prefab instances that have been updated.
instanceIds The instance ID for each root GameObject of the prefab instances that have been updated.

Description

Constructs a new instance.