Version: 2022.3
言語: 日本語

RemovedGameObject

class in UnityEditor.SceneManagement

/

継承:SceneManagement.PrefabOverride

マニュアルに切り替える

説明

Class with information about a GameObject that has been removed from a Prefab instance.

変数

assetGameObjectThe GameObject in the Prefab Asset that has been removed in the Prefab instance.
parentOfRemovedGameObjectInInstanceThe parent of the removed GameObject in the instance.

Public 関数

ApplySee: PrefabOverride.Apply.
GetAssetObjectSee PrefabOverride.GetAssetObject.
RevertRestore the removed GameObject to the Prefab instance. See PrefabOverride.Revert.

継承メンバー

Protected 関数

FindApplyTargetAssetObjectFinds the object in the Prefab Asset at the given path which will be applied to.