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

◆ animationTriggers

AnimationTriggers UnityEngine.UI.Selectable.animationTriggers
getsetinherited

Definition at line 195 of file Selectable.cs.

196 {
197 get
198 {
199 return this.m_AnimationTriggers;
200 }
201 set
202 {
203 this.OnSetProperty();
204 }
205 }
AnimationTriggers m_AnimationTriggers

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