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

◆ texture

Texture UnityEngine.UI.RawImage.texture
getset

Definition at line 30 of file RawImage.cs.

31 {
32 get
33 {
34 return this.m_Texture;
35 }
36 set
37 {
39 if (!true)
40 {
41 }
42 bool flag = texture == value;
43 }
44 }