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

    Class AssetListViewData

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

    Constructors

    AssetListViewData()

    Declaration
    public AssetListViewData()

    AssetListViewData(String, String)

    Declaration
    public AssetListViewData(string key, string name)
    Parameters
    Type Name Description
    String key
    String name

    Properties

    guid

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

    index

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

    name

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

    selected

    Declaration
    public bool selected { get; }
    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

    GetCachedPrefab()

    Declaration
    public GameObject GetCachedPrefab()
    Returns
    Type Description
    GameObject

    GetPrefab(IUsesCloudDataStorage, CompanionProject, Action<GameObject>)

    Declaration
    public void GetPrefab(IUsesCloudDataStorage storageUser, CompanionProject project, Action<GameObject> callback = null)
    Parameters
    Type Name Description
    IUsesCloudDataStorage storageUser
    CompanionProject project
    Action<GameObject> callback

    GetThumbnail(IUsesCloudDataStorage, CompanionProject, Action<Texture2D>)

    Declaration
    public void GetThumbnail(IUsesCloudDataStorage storageUser, CompanionProject project, Action<Texture2D> callback = null)
    Parameters
    Type Name Description
    IUsesCloudDataStorage storageUser
    CompanionProject project
    Action<Texture2D> callback
    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