Class NestedListViewItemData<TChild, TIndex> | Unity Reflect | 1.0.0-preview.11
docs.unity3d.com
    Show / Hide Table of Contents

    Class NestedListViewItemData<TChild, TIndex>

    Inheritance
    Object
    NestedListViewItemData<TChild, TIndex>
    Namespace: Unity.Labs.ListView
    Syntax
    public abstract class NestedListViewItemData<TChild, TIndex> : INestedListViewItemData<TChild, TIndex>, IListViewItemData<TIndex>
    Type Parameters
    Name Description
    TChild
    TIndex

    Fields

    m_Children

    Declaration
    protected List<TChild> m_Children
    Field Value
    Type Description
    List<TChild>

    Properties

    children

    Declaration
    public List<TChild> children { get; set; }
    Property Value
    Type Description
    List<TChild>
    Implements
    INestedListViewItemData<TChild, TIndex>.children

    index

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

    template

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

    Events

    childrenChanging

    Declaration
    public event Action<INestedListViewItemData<TChild, TIndex>, List<TChild>> childrenChanging
    Event Type
    Type Description
    Action<INestedListViewItemData<TChild, TIndex>, List<TChild>>
    Implements
    INestedListViewItemData<TChild, TIndex>.childrenChanging
    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