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

◆ sprite

Sprite UnityEngine.SpriteRenderer.sprite
getset

Definition at line 26 of file SpriteRenderer.cs.

27 {
28 get
29 {
30 throw new MissingMethodException();
31 }
32 set
33 {
34 throw new MissingMethodException();
35 }
36 }

Referenced by InControl.TouchSprite.ScaleSpriteInPercent(), and InControl.TouchSprite.ScaleSpriteInPixels().