terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ OnTransformParentChanged()

override void UnityEngine.UI.AspectRatioFitter.OnTransformParentChanged ( )
inlineprotectedvirtual

Reimplemented from UnityEngine.EventSystems.UIBehaviour.

Definition at line 112 of file AspectRatioFitter.cs.

113 {
114 base.OnTransformParentChanged();
115 bool flag = this.rectTransform.parent;
116 this.UpdateRect();
117 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, UnityEngine.Transform.parent, UnityEngine.UI.AspectRatioFitter.rectTransform, and UnityEngine.UI.AspectRatioFitter.UpdateRect().