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

    Class CompanionProject

    Inheritance
    Object
    CompanionProject
    Namespace: Unity.MARS.Companion.Core
    Syntax
    [Serializable]
    public class CompanionProject : IListViewItemData<string>

    Constructors

    CompanionProject()

    Declaration
    public CompanionProject()

    CompanionProject(String, String, Boolean)

    Declaration
    public CompanionProject(string projectID, string name, bool linked)
    Parameters
    Type Name Description
    String projectID
    String name
    Boolean linked

    Properties

    index

    Declaration
    public string index { get; }
    Property Value
    Type Description
    String
    Implements
    IListViewItemData<TIndex>.index

    linked

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

    name

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

    selected

    Declaration
    public bool selected { get; set; }
    Property Value
    Type Description
    Boolean
    Implements
    IListViewItemData<TIndex>.selected

    template

    Declaration
    public string template { get; }
    Property Value
    Type Description
    String
    Implements
    IListViewItemData<TIndex>.template

    Methods

    GetLocalPath()

    Declaration
    public string GetLocalPath()
    Returns
    Type Description
    String

    Link(String, String)

    Declaration
    public void Link(string id, string newName)
    Parameters
    Type Name Description
    String id
    String newName

    Unlink(String)

    Declaration
    public void Unlink(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