Type alias TCreateTooltipCommonOptions

TCreateTooltipCommonOptions: {
    collisionRank?: COLLISION_RANKING_TIERS;
    defaultAnchorType?: keyof TOOLTIP_ANCHOR;
    enabledAnchorTypes?: TOOLTIP_ANCHOR;
    layer?: string;
}

Type declaration

  • Optional collisionRank?: COLLISION_RANKING_TIERS

    The rank of the object used when comparing colliders to determine which should be shown.

  • Optional defaultAnchorType?: keyof TOOLTIP_ANCHOR

    Default (starting) anchor for tooltips

  • Optional enabledAnchorTypes?: TOOLTIP_ANCHOR

    An object used to disable certain anchor positions from being used.

  • Optional layer?: string

    Optional layer to attach the Tooltip to.