docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IPlaceableElement

    Interface that should be implemented in UI elements that can be anchored to another UI element.

    Namespace: Unity.AppUI.UI
    Assembly: Unity.AppUI.dll
    Syntax
    public interface IPlaceableElement

    Properties

    placement

    The popover placement.

    Declaration
    PopoverPlacement placement { get; set; }
    Property Value
    Type Description
    PopoverPlacement

    tipElement

    The popover tip/arrow element.

    Declaration
    VisualElement tipElement { get; }
    Property Value
    Type Description
    VisualElement
    In This Article
    • Properties
      • placement
      • tipElement
    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)