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

◆ toggle

Toggle UnityEngine.UI.Dropdown.DropdownItem.toggle
getset

Definition at line 988 of file Dropdown.cs.

989 {
990 [global::Cpp2ILInjected.Token(Token = "0x60000A8")]
991 [global::Cpp2ILInjected.Address(RVA = "0x1FAF494", Offset = "0x1FAF494", Length = "0x8")]
992 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
993 get
994 {
995 throw null;
996 }
997 [global::Cpp2ILInjected.Token(Token = "0x60000A9")]
998 [global::Cpp2ILInjected.Address(RVA = "0x1FAF49C", Offset = "0x1FAF49C", Length = "0x8")]
999 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1000 set
1001 {
1002 throw null;
1003 }
1004 }