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

◆ velocity

Vector2 UnityEngine.UI.ScrollRect.velocity
getset

Definition at line 400 of file ScrollRect.cs.

401 {
402 get
403 {
404 float x = this.m_Velocity.x;
405 float y = this.m_Velocity.y;
406 Vector2 vector;
407 return vector;
408 }
409 set
410 {
411 }
412 }