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

◆ preserveAspect

bool UnityEngine.UI.Image.preserveAspect
getset

Definition at line 113 of file Image.cs.

114 {
115 get
116 {
117 return this.m_PreserveAspect;
118 }
119 set
120 {
121 }
122 }