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

◆ targetGraphic

Graphic UnityEngine.UI.Selectable.targetGraphic
getsetinherited

Definition at line 210 of file Selectable.cs.

211 {
212 get
213 {
214 return this.m_TargetGraphic;
215 }
216 set
217 {
218 this.OnSetProperty();
219 }
220 }

Referenced by UnityEngine.UI.Selectable.Awake(), and UnityEngine.UI.Selectable.StartColorTween().