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

◆ ignoreTimeScale

bool UnityEngine.UI.CoroutineTween.FloatTween.ignoreTimeScale
getset

Implements UnityEngine.UI.CoroutineTween.ITweenValue.

Definition at line 109 of file FloatTween.cs.

110 {
111 get
112 {
113 return this.m_IgnoreTimeScale;
114 }
115 set
116 {
117 }
118 }