docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Delegate DropZone.TryGetDroppablesHandler

    Delegate used to find any droppable object(s) that can be dropped on the target.

    Namespace: Unity.AppUI.UI
    Assembly: Unity.AppUI.dll
    Syntax
    public delegate bool DropZone.TryGetDroppablesHandler(out List<object> droppables)
    Parameters
    Type Name Description
    List<object> droppables

    The droppable object(s) found.

    Returns
    Type Description
    bool

    True if the target accepts the drag, false otherwise.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)