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

◆ GetEventHandler< T >()

static GameObject UnityEngine.EventSystems.ExecuteEvents.GetEventHandler< T > ( GameObject root)
inlinestatic
Type Constraints
T :IEventSystemHandler 

Definition at line 784 of file ExecuteEvents.cs.

784 : IEventSystemHandler
785 {
786 if (!true)
787 {
788 }
789 if (!true)
790 {
791 }
792 Transform transform;
793 GameObject gameObject = transform.gameObject;
794 Transform parent = transform.parent;
795 throw new MissingMethodException();
796 }

References UnityEngine.Component.gameObject, and UnityEngine.Transform.parent.