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

◆ RunDeactivate()

static void AndroidImmersive.RunDeactivate ( )
inlinestaticprivate

Definition at line 27 of file AndroidImmersive.cs.

28 {
29 if ("setOnSystemUiVisibilityChangeListener" != null)
30 {
31 Debug.Log("AndroidImmersive: Listener cleared.");
32 }
33 }
static void Log(object message)
Definition Debug.cs:51

References UnityEngine.Debug.Log().