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

◆ hasSelection

bool UnityEngine.UI.Selectable.hasSelection
getsetprivateinherited

Definition at line 277 of file Selectable.cs.

278 {
280 get
281 {
282 return this.<hasSelection>k__BackingField;
283 }
285 set
286 {
287 }
288 }
class f__AnonymousType0<< Count > j__TPar
bool< isPointerInside > k__BackingField

Referenced by UnityEngine.UI.Selectable.EvaluateAndTransitionToSelectionState(), UnityEngine.UI.Selectable.OnEnable(), UnityEngine.UI.Selectable.OnSelect(), and UnityEngine.UI.Selectable.OnSetProperty().