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

TypeNameNotes

float

left

minimal X position

float

right

maximum X position

float

top

maximum Y position

float

bottom

minimal Y position

Last updated