Border Handle

Get a handle on window size

Like what your seeing?

Introduction

Part of the Window System of the UX Complete asset

Meant to be added to a Unity uGUI object or similar element on a Window. This expects to be the child of a window and can be at any depth you like. Its rect is what will respond to pointer input annd manage the resize operations of the parent window.

When the user grabs and drags this componenet's RectTransform a drag delta will be calculated based on the type of handle this is. The resulting delta (difference) will be reported to the parent window and used to change the size of the window.

This does work with both the old and new Input Systems from Unity.

Definition

Fields and Attributes

Type
Name
Notes

handle

what part of the handle is this

Last updated