Enum SceneLoadFlags
Namespace: Unity.Entities
Syntax
[Flags]
public enum SceneLoadFlags
Fields
Name | Description | Value |
---|---|---|
BlockOnImport | Wait for the SubScene to be fully converted (only relevant for Editor and LiveLink) |
|
BlockOnStreamIn | Disable asynchronous streaming, SubScene section will be fully loaded during the next update of the streaming system |
|
DisableAutoLoad | Prevents adding a RequestSceneLoaded to the SubScene section entities when it gets created |