Class EditorXRListViewItem<TData, TIndex> | Unity Reflect | 1.1.0-preview.6
docs.unity.cn
    Show / Hide Table of Contents

    Class EditorXRListViewItem<TData, TIndex>

    Inheritance
    Object
    ListViewItem<TData, TIndex>
    EditorXRListViewItem<TData, TIndex>
    Inherited Members
    ListViewItem<TData, TIndex>.localPosition
    ListViewItem<TData, TIndex>.localRotation
    ListViewItem<TData, TIndex>.startSettling
    ListViewItem<TData, TIndex>.endSettling
    ListViewItem<TData, TIndex>.data
    ListViewItem<TData, TIndex>.SetActive(Boolean)
    ListViewItem<TData, TIndex>.SetSiblingIndex(Int32)
    ListViewItem<TData, TIndex>.Setup(TData, Boolean)
    Namespace: UnityEditor.Experimental.EditorVR
    Syntax
    public class EditorXRListViewItem<TData, TIndex> : ListViewItem<TData, TIndex>, IListViewItem<TData, TIndex>, IListViewItem where TData : IListViewItemData<TIndex>
    Type Parameters
    Name Description
    TData
    TIndex

    Properties

    click

    Declaration
    public Action<Node> click { get; set; }
    Property Value
    Type Description
    Action<Node>

    dragEnd

    Declaration
    public Action<Node> dragEnd { get; set; }
    Property Value
    Type Description
    Action<Node>

    dragging

    Declaration
    public Action<Node> dragging { get; set; }
    Property Value
    Type Description
    Action<Node>

    dragStart

    Declaration
    public Action<Node> dragStart { get; set; }
    Property Value
    Type Description
    Action<Node>

    hoverEnd

    Declaration
    public Action<Node> hoverEnd { get; set; }
    Property Value
    Type Description
    Action<Node>

    hoverStart

    Declaration
    public Action<Node> hoverStart { get; set; }
    Property Value
    Type Description
    Action<Node>
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX