Enum SceneLoadFlags | Entities | 0.3.0-preview.4
docs.unity.cn
    Show / Hide Table of Contents

    Enum SceneLoadFlags

    Namespace: Unity.Entities
    Syntax
    [Flags]
    public enum SceneLoadFlags

    Fields

    Name Description
    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

    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX