Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

EditorSettings.prefabUIEnvironment

public static SceneAsset prefabUIEnvironment;

Description

Allows you to specify a Scene to use as the editing environment for UI Prefabs.

UI Prefabs are Prefabs that have a RectTransform on the root GameObject.

You can read more about the Prefab Editing Environment in the User Manual.

Additional resources: EditorSettings.prefabRegularEnvironment.