AlignmentUtils
Static class containing utility methods for aligning visual elements.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public static class AlignmentUtils
Static Methods
Method | Description |
|---|---|
| CeilToPanelPixelSize | Return the next larger value representing a whole number of pixels on the target when rendered. |
| FloorToPanelPixelSize | Return the next smaller value representing a whole number of pixels on the target when rendered. |
| RoundToPanelPixelSize | Round the value so that it is a whole number of pixels on the target when rendered. |