Experimental: this API is experimental and might be changed or removed in the future.
PrefabStage
class in
UnityEditor.Experimental.SceneManagement
/
Implemented in:UnityEditor
Suggest a change
Success!
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Close
Submission failed
For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Close
Description
Experimental class that represents a Prefab stage.
A stage is an editing context which includes a collection of Scenes. The main stage contains all the currently open regular Scenes, while a Prefab stage contains a preview Scene used solely for editing the Prefab in.
The breadcrumbs which are shown in the Scene view when in Prefab Mode each represent a stage. Those with a Prefab icon represent Prefab stages.
The API is experimental and may change or be removed in future versions.
Properties
prefabAssetPath | The path of the Prefab Asset that is open in this Prefab stage. |
prefabContentsRoot | The root GameObject of the loaded Prefab Asset contents. |
scene | The preview Scene used for the Prefab stage. |
stageHandle | The Stage handle for the Prefab stage. |
Events
prefabSaved | Callback that is invoked whenever the contents of a Prefab stage has been saved. |
prefabSaving | Callback that's invoked whenever the contents of a Prefab stage is about to be saved. |
prefabStageClosing | Callback that's invoked whenever a Prefab stage is about to be opened. |
prefabStageOpened | Callback that's invoked whenever a Prefab stage has been opened. |