SetSizeWithCurrentAnchors(Axis, float)
Makes the RectTransform calculated rect be a given size on the specified axis.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public void SetSizeWithCurrentAnchors(RectTransform.Axis axis, float size)
Parameters
Remarks
This method produces the given size with the current anchoring. If the parent RectTransform changes size, the size of the rect may change. If the size is meant to stay, either the RectTransform anchors should be set not to stretch, or this method should be invoked again whenever the parent size changes.