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

◆ wrapMode

TextureWrapMode UnityEngine.Texture.wrapMode
getsetinherited

Definition at line 80 of file Texture.cs.

81 {
82 [NativeName("GetWrapModeU")]
83 get
84 {
85 throw new MissingMethodException();
86 }
87 set
88 {
89 throw new MissingMethodException();
90 }
91 }