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

◆ interactable

bool UnityEngine.UI.Selectable.interactable
getsetinherited

Definition at line 225 of file Selectable.cs.

226 {
227 get
228 {
229 return this.m_Interactable;
230 }
231 set
232 {
235 GameObject gameObject = base.gameObject;
236 bool flag = currentSelected == gameObject;
238 this.OnSetProperty();
239 }
240 }
class f__AnonymousType0<< Count > j__TPar
GameObject gameObject
Definition Component.cs:31

Referenced by UnityEngine.UI.Selectable.IsInteractable().