Class ScreenGUIUtils
Helpers for handling screen DPI in GUI.
Inherited Members
Namespace: Unity.XR.CoreUtils.GUI
Syntax
public static class ScreenGUIUtils
Properties
PointHeight
Gets the height of the screen, in points (pixels at 100% DPI)
Declaration
public static float PointHeight { get; }
Property Value
Type | Description |
---|---|
Single |
PointWidth
Gets the width of the screen, in points (pixels at 100% DPI)
Declaration
public static float PointWidth { get; }
Property Value
Type | Description |
---|---|
Single |