Class SceneList | Entities | 0.2.0-preview.18
docs.unity.cn
    Show / Hide Table of Contents

    Class SceneList

    Inheritance
    Object
    SceneList
    Namespace: Unity.Build.Common
    Syntax
    public sealed class SceneList : IBuildSettingsComponent

    Properties

    BuildCurrentScene

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

    Scenes

    Declaration
    public List<GlobalObjectId> Scenes { get; set; }
    Property Value
    Type Description
    List<GlobalObjectId>

    Methods

    GetScenePathsForBuild()

    Declaration
    public string[] GetScenePathsForBuild()
    Returns
    Type Description
    String[]
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX