Class ListControl | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class ListControl

    Inheritance
    System.Object
    ListControl
    Namespace: UnityEngine.Reflect
    Syntax
    public class ListControl : MonoBehaviour

    Fields

    itemTemplate

    Declaration
    public GameObject itemTemplate
    Field Value
    Type Description
    GameObject

    Methods

    OnDelete(ListControlItemData)

    Declaration
    public void OnDelete(ListControlItemData inData)
    Parameters
    Type Name Description
    ListControlItemData inData

    OnDownload(ListControlItemData)

    Declaration
    public void OnDownload(ListControlItemData inData)
    Parameters
    Type Name Description
    ListControlItemData inData

    OnOpen(ListControlItemData)

    Declaration
    public void OnOpen(ListControlItemData inData)
    Parameters
    Type Name Description
    ListControlItemData inData

    SetDataSource(ListControlDataSource)

    Declaration
    public void SetDataSource(ListControlDataSource inDataSource)
    Parameters
    Type Name Description
    ListControlDataSource inDataSource

    Events

    onDelete

    Declaration
    public event ListControl.EventHandler onDelete
    Event Type
    Type Description
    ListControl.EventHandler

    onDownload

    Declaration
    public event ListControl.EventHandler onDownload
    Event Type
    Type Description
    ListControl.EventHandler

    onOpen

    Declaration
    public event ListControl.EventHandler onOpen
    Event Type
    Type Description
    ListControl.EventHandler
    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