docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class TooltipPlacementContext

    The TooltipPlacement context of the application.

    Inheritance
    object
    TooltipPlacementContext
    Implements
    IContext
    IEquatable<TooltipPlacementContext>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.AppUI.Core
    Assembly: Unity.AppUI.dll
    Syntax
    public record TooltipPlacementContext : IContext, IEquatable<TooltipPlacementContext>

    Constructors

    TooltipPlacementContext(PopoverPlacement)

    The TooltipPlacement context of the application.

    Declaration
    public TooltipPlacementContext(PopoverPlacement placement)
    Parameters
    Type Name Description
    PopoverPlacement placement

    The new placement of the tooltip.

    Properties

    placement

    The current placement of the tooltip.

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

    The current placement of the tooltip.

    Implements

    IContext
    IEquatable<T>
    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)