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

◆ OnPopulateMesh() [2/2]

override void UnityEngine.UI.RawImage.OnPopulateMesh ( VertexHelper vh)
inlineprotectedvirtual

Reimplemented from UnityEngine.UI.Graphic.

Definition at line 94 of file RawImage.cs.

95 {
96 vh.Clear();
97 Rect pixelAdjustedRect = base.GetPixelAdjustedRect();
98 float x = pixelAdjustedRect.x;
99 float y = pixelAdjustedRect.y;
100 float x2 = pixelAdjustedRect.x;
101 float width = pixelAdjustedRect.width;
102 float y2 = pixelAdjustedRect.y;
103 float height = pixelAdjustedRect.height;
104 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and UnityEngine.Rect.x.