Interface IListViewItemData<TIndex> | Unity Reflect | 1.1.0-preview.6
docs.unity.cn
    Show / Hide Table of Contents

    Interface IListViewItemData<TIndex>

    Namespace: Unity.Labs.ListView
    Syntax
    public interface IListViewItemData<TIndex>
    Type Parameters
    Name Description
    TIndex

    Properties

    index

    Declaration
    TIndex index { get; }
    Property Value
    Type Description
    TIndex

    template

    Declaration
    string template { get; }
    Property Value
    Type Description
    String
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX