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

◆ targetTexture

RenderTexture UnityEngine.Camera.targetTexture
getset

Definition at line 185 of file Camera.cs.

186 {
187 get
188 {
189 throw new MissingMethodException();
190 }
191 set
192 {
193 throw new MissingMethodException();
194 }
195 }