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]

virtual void UnityEngine.UI.Graphic.OnPopulateMesh ( VertexHelper vh)
inlineprotectedvirtualinherited

Reimplemented in UnityEngine.UI.Image, UnityEngine.UI.Text, and UnityEngine.UI.RawImage.

Definition at line 556 of file Graphic.cs.

557 {
559 float x = pixelAdjustedRect.x;
560 float y = pixelAdjustedRect.y;
561 float x2 = pixelAdjustedRect.x;
562 float width = pixelAdjustedRect.width;
563 float y2 = pixelAdjustedRect.y;
564 float height = pixelAdjustedRect.height;
565 }
class f__AnonymousType0<< Count > j__TPar
Rect GetPixelAdjustedRect()
Definition Graphic.cs:634

References UnityEngine.UI.Graphic.GetPixelAdjustedRect(), and j__TPar.