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

◆ Calculate()

void Terraria.UI.SnapPoint.Calculate ( UIElement element)
inline

Definition at line 56 of file SnapPoint.cs.

57 {
58 float x = element._dimensions.X;
59 float x2 = this._offset.X;
60 float y = this._offset.Y;
61 if (!true)
62 {
63 }
64 float x3 = this._anchor.X;
65 float y2 = this._anchor.Y;
66 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.UI.SnapPoint._anchor, Terraria.UI.UIElement._dimensions, Terraria.UI.SnapPoint._offset, j__TPar, Microsoft.Xna.Framework.Vector2.X, Terraria.UI.CalculatedStyle.X, and Microsoft.Xna.Framework.Vector2.Y.

Referenced by Terraria.UI.UIElement.GetSnapPoints().