Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AlignmentUtils

Static class containing utility methods for aligning visual elements.
Read time 1 minuteLast updated 6 days ago

Definition

public static class AlignmentUtils

Static Methods

Method

Description

CeilToPanelPixelSizeReturn the next larger value representing a whole number of pixels on the target when rendered.
FloorToPanelPixelSizeReturn the next smaller value representing a whole number of pixels on the target when rendered.
RoundToPanelPixelSizeRound the value so that it is a whole number of pixels on the target when rendered.