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

◆ localScale

Vector3 UnityEngine.Transform.localScale
getset

Definition at line 109 of file Transform.cs.

110 {
111 get
112 {
113 throw new MissingMethodException();
114 }
115 set
116 {
117 throw new MissingMethodException();
118 }
119 }

Referenced by UnityEngine.UI.InputField.AssignPositioningIfNeeded().