| Parameter | Description |
|---|---|
| position | The normalized position within the parent RectTransform to assign to both anchors. |
Sets both anchorMin and anchorMax to the same value, collapsing the anchor to a point.
Equivalent to assigning the same value to anchorMin and anchorMax individually. Collapsing the anchors to a point is the standard setup for positioning an element at a fixed location regardless of parent size. The sizeDelta and anchoredPosition are not modified.
Additional resources: SetPivotAndAnchors.