Version: 2022.3

DestroyGameObjectHierarchyEventArgs

struct in UnityEditor

切换到手册

描述

A change of this type indicates that a GameObject and the entire hierarchy below it has been destroyed. This happens for example when Undo.DestroyObjectImmediate is used with an GameObject.

变量

instanceIdThe instance ID of the GameObject that has been destroyed.
parentInstanceIdThe instance ID for the parent GameObject of the GameObject that has been destroyed.
sceneThe scene containing the GameObject that has been destroyed.

构造函数

DestroyGameObjectHierarchyEventArgsConstructs a new instance.