Interface IListViewItem | List View Framework | 1.1.7-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Interface IListViewItem

    Implement to define view logic for a list view item

    Namespace: Unity.ListViewFramework
    Syntax
    public interface IListViewItem

    Properties

    endSettling

    Called when this item is done settling

    Declaration
    Action endSettling { set; }
    Property Value
    Type Description
    Action

    localPosition

    The local position of this list item

    Declaration
    Vector3 localPosition { get; set; }
    Property Value
    Type Description
    Vector3

    localRotation

    The local rotation of this list item

    Declaration
    Quaternion localRotation { get; set; }
    Property Value
    Type Description
    Quaternion

    multiSelectMode

    Converts the List View Item into a multiselect mode, for use with combined actions

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

    startSettling

    Called when this item starts settling Action argument is called when the item is done settling

    Declaration
    Action<Action> startSettling { set; }
    Property Value
    Type Description
    Action<Action>

    Methods

    SetActive(Boolean)

    Set the active state of this list item

    Declaration
    void SetActive(bool active)
    Parameters
    Type Name Description
    Boolean active

    The active state

    SetSiblingIndex(Int32)

    Set the sibling index of this list item

    Declaration
    void SetSiblingIndex(int index)
    Parameters
    Type Name Description
    Int32 index

    The sibling index

    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