Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ResizerDirection

Enum that specifies in which direction to resize the element.
Read time 1 minuteLast updated 8 days ago

Definition

[Flags]public enum ResizerDirection

Fields

Value

Description

BottomResize the element from the bottom.
LeftResize the element to the left.
RightResize the element to the right.
TopResize the element from the top.