Struct SceneList.SceneInfo | Platforms | 0.2.2-preview.10
docs.unity.cn
    Show / Hide Table of Contents

    Struct SceneList.SceneInfo

    Info for each scene included in the build.

    Namespace: Unity.Build.Common
    Syntax
    public struct SceneInfo

    Properties

    AutoLoad

    If true, the scene is auto loaded in the player. The first scene is always auto loaded.

    Declaration
    public bool AutoLoad { get; set; }
    Property Value
    Type Description
    Boolean

    Path

    Get scene path.

    Declaration
    public string Path { get; }
    Property Value
    Type Description
    String

    Scene

    The scene asset identifier.

    Declaration
    public GlobalObjectId Scene { get; set; }
    Property Value
    Type Description
    GlobalObjectId
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX