terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ horizontalOverflow

HorizontalWrapMode UnityEngine.UI.FontData.horizontalOverflow
getset

Definition at line 200 of file FontData.cs.

201 {
202 [global::Cpp2ILInjected.Token(Token = "0x60000D4")]
203 [global::Cpp2ILInjected.Address(RVA = "0x1FAF844", Offset = "0x1FAF844", Length = "0x8")]
204 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
205 get
206 {
207 throw null;
208 }
209 [global::Cpp2ILInjected.Token(Token = "0x60000D5")]
210 [global::Cpp2ILInjected.Address(RVA = "0x1FAF84C", Offset = "0x1FAF84C", Length = "0x8")]
211 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
212 set
213 {
214 throw null;
215 }
216 }