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

◆ SetSelectedGameObject() [1/2]

void UnityEngine.EventSystems.EventSystem.SetSelectedGameObject ( GameObject selected)
inline

Definition at line 205 of file EventSystem.cs.

206 {
207 BaseEventData baseEventDataCache = this.baseEventDataCache;
208 this.SetSelectedGameObject(selected, baseEventDataCache);
209 }
class f__AnonymousType0<< Count > j__TPar
void SetSelectedGameObject(GameObject selected, BaseEventData pointer)

References UnityEngine.EventSystems.EventSystem.baseEventDataCache, and UnityEngine.EventSystems.EventSystem.SetSelectedGameObject().