Class ProjectList | MARS Companion Core | 0.1.9-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class ProjectList

    Inheritance
    Object
    ProjectList
    Namespace: Unity.MARS.Companion.Core
    Syntax
    [Serializable]
    public class ProjectList : IFormatVersion

    Properties

    projects

    Declaration
    public List<CompanionProject> projects { get; }
    Property Value
    Type Description
    List<CompanionProject>

    Methods

    AddProject(String, String, Boolean)

    Declaration
    public void AddProject(string id, string name, bool linked)
    Parameters
    Type Name Description
    String id
    String name
    Boolean linked

    CheckFormatVersion()

    Declaration
    public void CheckFormatVersion()
    Implements
    Unity.RuntimeSceneSerialization.IFormatVersion.CheckFormatVersion()

    GetListAsString()

    Declaration
    public string GetListAsString()
    Returns
    Type Description
    String

    RemoveProject(String)

    Declaration
    public void RemoveProject(string id)
    Parameters
    Type Name Description
    String id
    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