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

◆ SetClipRegionOuter() [1/2]

void Microsoft.Xna.Framework.Graphics.Clipper.SetClipRegionOuter ( int left,
int right,
int top,
int bottom )
inline

Definition at line 52 of file Clipper.cs.

53 {
54 this.OuterLeft = left;
55 this.OuterTop = right;
56 this.FadeOuterLeft = left;
57 this.FadeOuterTop = right;
58 this.OuterTop = top;
59 this.FadeOuterLeft = bottom;
61 this.clipVertical = bottom != 0;
62 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.