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

◆ height

override int UnityEngine.RenderTexture.height
getset

Definition at line 37 of file RenderTexture.cs.

38 {
39 get
40 {
41 throw new MissingMethodException();
42 }
43 set
44 {
45 throw new MissingMethodException();
46 }
47 }

Referenced by UnityEngine.RenderTexture.RenderTexture(), and UnityEngine.RenderTexture.ValidateRenderTextureDesc().