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

◆ texelSize

Vector2 UnityEngine.Texture.texelSize
getinherited

Definition at line 105 of file Texture.cs.

106 {
107 [NativeName("GetTexelSize")]
108 get
109 {
110 throw new MissingMethodException();
111 }
112 }