Interface ITooltipPlacement
Decorates classes that provide positioning information for tooltips
Namespace: Unity.EditorXR.Interfaces
Assembly: solution.dll
Syntax
public interface ITooltipPlacement
Properties
| Name | Description |
|---|---|
| tooltipAlignment | Whether to align the left side, right side, or center of the tooltip to the target |
| tooltipSource | The transform to which the dotted line connects |
| tooltipTarget | The transform relative to which the tooltip will display |