docs.unity3d.com
    Show / Hide Table of Contents

    Interface IScene

    This interface holds information about a scene.

    Namespace: Unity.Cloud.Common
    Syntax
    public interface IScene

    Properties

    Id

    The id of the scene.

    Declaration
    SceneId Id { get; }
    Property Value
    Type Description
    SceneId

    LatestVersion

    The id of the latest version of the scene.

    Declaration
    SceneVersionId LatestVersion { get; }
    Property Value
    Type Description
    SceneVersionId

    Name

    The name of the scene.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    String

    Permissions

    The list of Permission of the scene.

    Declaration
    List<Permission> Permissions { get; }
    Property Value
    Type Description
    List<Permission>

    WorkspaceId

    The workspace id of the scene.

    Declaration
    WorkspaceId WorkspaceId { get; }
    Property Value
    Type Description
    WorkspaceId
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023