Links
Comment on page

Window Clamping Bounds

Introduction

Part of the Window System of the UX Complete asset
Defines the area of the parent RectTransform a window is clamped to

Fields and Attributes

Type
Name
Notes
float
left
minimal X position
float
right
maximum X position
float
top
maximum Y position
float
bottom
minimal Y position