Class SubScene
A component representing a subscene reference.
Inherited Members
Namespace: Unity.Scenes
Assembly: Unity.Scenes.dll
Syntax
[ExecuteAlways]
[DisallowMultipleComponent]
public class SubScene : MonoBehaviour
Remarks
Subscenes are SceneAssets which are loaded on demand by the SubScene component.
Fields
Name | Description |
---|---|
Auto |
Set when the scene should load. |
Properties
Name | Description |
---|---|
All |
The list of loaded sub scenes. |
Editable |
Represents the path of the SceneAsset. |
Editing |
Represents the editing scene. |
Hierarchy |
Represents the color of the Hierarchy panel. |
Is |
Returns whether the subscene is open for editing. |
Scene |
Represents the scene asset. |
Scene |
Represents the GUID of the SceneAsset. |
Scene |
Represents the scene name. |