Method | Description | |
---|---|---|
SetAnchor ( RectTransform rt, float xMin, float yMin, float xMax, float yMax ) : void | ||
SetOffset ( RectTransform rt, float left, float top, float right, float bottom ) : void |
public static SetAnchor ( RectTransform rt, float xMin, float yMin, float xMax, float yMax ) : void | ||
rt | RectTransform | |
xMin | float | |
yMin | float | |
xMax | float | |
yMax | float | |
return | void |
public static SetOffset ( RectTransform rt, float left, float top, float right, float bottom ) : void | ||
rt | RectTransform | |
left | float | |
top | float | |
right | float | |
bottom | float | |
return | void |