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

◆ SetIsOnWithoutNotify()

void UnityEngine.UI.Toggle.SetIsOnWithoutNotify ( bool value)
inline

Definition at line 130 of file Toggle.cs.

131 {
132 long num = 0L;
133 this.Set(value, num != 0L);
134 }
void Set(bool value, bool sendCallback=true)
Definition Toggle.cs:137

References UnityEngine.L, and UnityEngine.UI.Toggle.Set().