> For the complete documentation index, see [llms.txt](https://kb.heathen.group/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/components/window-clamping-bounds.md).

# Window Clamping Bounds

## Introduction

{% hint style="info" %}
Part of the [Window System](/old-kb/toolkit-for-ui-and-ux/unity/learning/core-concepts/window-tools.md) of the UX Complete asset
{% endhint %}

Defines the area of the parent RectTransform a window is clamped to

### Fields and Attributes

<table><thead><tr><th width="150">Type</th><th width="150">Name</th><th width="370.2">Notes</th></tr></thead><tbody><tr><td>float</td><td>left</td><td>minimal X position</td></tr><tr><td>float</td><td>right</td><td>maximum X position</td></tr><tr><td>float</td><td>top</td><td>maximum Y position</td></tr><tr><td>float</td><td>bottom</td><td>minimal Y position</td></tr></tbody></table>
