Class SceneSetup
Inherited Members
Namespace: UnityEditor.SceneManagement
Assembly: UnityEditor.dll
Syntax
[Serializable]
public class SceneSetup
Properties
| Improve this Doc View SourceisActive
Declaration
public bool isActive { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
isLoaded
Declaration
public bool isLoaded { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
path
Declaration
public string path { get; set; }
Property Value
Type | Description |
---|---|
String |