Class WeaverSceneManager
Contains information about the current scene
Inherited Members
Namespace: WeaverCore.Components
Assembly: WeaverCore.dll
Syntax
[ExecuteAlways]
public class WeaverSceneManager : SceneManager
Properties
| Edit this page View SourceCurrentSceneManager
The scene manager for the currently loaded scene
Declaration
public static SceneManager CurrentSceneManager { get; set; }
Property Value
| Type | Description |
|---|---|
| SceneManager |
DreamReturnGateName
Declaration
public string DreamReturnGateName { get; }
Property Value
| Type | Description |
|---|---|
| string |
SceneDimensions
The dimensions of the scene
Declaration
public Rect SceneDimensions { get; }
Property Value
| Type | Description |
|---|---|
| Rect |