docs.unity.cn
    Show / Hide Table of Contents

    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

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 23 March 2022
    Terms of use