Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UpdatePrefabInstancesEventArgs

A change of this type indicates that prefab instances in an open scene have been updated due to a change to the source prefab.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Struct
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public struct UpdatePrefabInstancesEventArgs

Constructors

Properties

Property

Description

entityIdsThe EntityId for each root GameObject of the prefab instances that have been updated.
sceneThe scene containing all of the prefab instances that have been updated.