Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RectTransform.Edge

Enum used to specify one edge of a rectangle.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public enum RectTransform.Edge

Fields

Value

Description

BottomThe bottom edge.
LeftThe left edge.
RightThe right edge.
TopThe top edge.