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

◆ xMin

float UnityEngine.Rect.xMin
getset

Definition at line 219 of file Rect.cs.

220 {
221 get
222 {
223 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
224 }
225 set
226 {
227 float width = this.m_Width;
228 }
229 }
float width
Definition Rect.cs:143
float m_Width
Definition Rect.cs:530

Referenced by InControl.Utility.DrawRectGizmo(), UnityEngine.UI.Clipping.FindCullAndClipWorldRect(), DeviceVPPICalculator.GetViewportSafeRegion(), and XNAUICameraSettings.GetViewportSafeRegion().