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

◆ selectedColor

Color UnityEngine.UI.ColorBlock.selectedColor
getset

Definition at line 70 of file ColorBlock.cs.

71 {
72 [global::Cpp2ILInjected.Token(Token = "0x600003B")]
73 [global::Cpp2ILInjected.Address(RVA = "0x1FA7D0C", Offset = "0x1FA7D0C", Length = "0xC")]
74 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
75 get
76 {
77 throw null;
78 }
79 [global::Cpp2ILInjected.Token(Token = "0x600003C")]
80 [global::Cpp2ILInjected.Address(RVA = "0x1FA7D18", Offset = "0x1FA7D18", Length = "0xC")]
81 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
82 set
83 {
84 throw null;
85 }
86 }