Unity Engine documentationScript ReferenceUnityEngineRectTransformRectTransform.EdgeEnum used to specify one edge of a rectangle.Read time 1 minuteLast updated 5 days agoDefinition Type: Enum Namespace: UnityEngine Assembly: UnityEngine.CoreModule public enum RectTransform.Edge Fields ValueDescriptionBottomThe bottom edge.LeftThe left edge.RightThe right edge.TopThe top edge.