Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

RemovedGameObject

class in UnityEditor.SceneManagement

/

Inherits from:SceneManagement.PrefabOverride

Description

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

Properties

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

Public Methods

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

Inherited Members

Protected Methods

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