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

◆ Zoom

Vector2 Terraria.Graphics.SpriteViewMatrix.Zoom
getset

Definition at line 13 of file SpriteViewMatrix.cs.

14 {
15 get
16 {
17 float x = this._zoom.X;
18 float y = this._zoom.Y;
19 Vector2 vector;
20 return vector;
21 }
22 set
23 {
24 float x = this._zoom.X;
25 float y = this._zoom.Y;
26 if (!true)
27 {
28 }
29 this._needsRebuild = true;
30 }
31 }
class f__AnonymousType0<< Count > j__TPar