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

◆ inertia

bool UnityEngine.UI.ScrollRect.inertia
getset

Definition at line 109 of file ScrollRect.cs.

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