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

◆ DrawDebugHitbox()

void Terraria.UI.UIElement.DrawDebugHitbox ( BasicDebugDrawer drawer,
float colorIntensity = 0f )
inline

Definition at line 1000 of file UIElement.cs.

1001 {
1002 bool flag = this.<IsMouseHovering>k__BackingField;
1003 float x = this._innerDimensions.X;
1004 if (!flag)
1005 {
1006 }
1007 List<UIElement> elements = this.Elements;
1008 }
CalculatedStyle _innerDimensions
UIElement< Parent > k__BackingField
readonly List< UIElement > Elements

References Terraria.UI.UIElement._innerDimensions, Terraria.UI.UIElement.Elements, Terraria.UI.UIElement.IsMouseHovering, Terraria.UI.UIElement.k__BackingField, and Terraria.UI.CalculatedStyle.X.