Struct SceneSystem.LoadParameters
Parameters for loading scenes.
Namespace: Unity.Scenes
Assembly: Unity.Scenes.dll
Syntax
public struct SceneSystem.LoadParameters
Fields
Name | Description |
---|---|
Flags | The flags applied when loading the scene. |
Priority | The priority of the load operation. |
Properties
Name | Description |
---|---|
AutoLoad | True if the DisableAutoLoad flag is set, otherwise false. |