Struct PositionResult
The position result data structure returned in ComputePosition(VisualElement, VisualElement, Panel, PositionOptions) utility method.
Inherited Members
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public struct PositionResult
Properties
Name | Description |
---|---|
finalPlacement | The computed placement, that may differ from the desired one. |
left | The X Position from the left, in pixels. |
marginLeft | The left margin, in pixels. |
marginTop | The top margin, in pixels. |
tipBottom | The USS bottom value for the tip element. |
tipLeft | The USS left value for the tip element. |
tipRight | The USS right value for the tip element. |
tipTop | The USS top value for the tip element. |
top | The Y Position from the top, in pixels. |