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

◆ TrackSprite()

void UnityEngine.UI.Image.TrackSprite ( )
inlineprivate

Definition at line 540 of file Image.cs.

541 {
542 Sprite activeSprite = this.activeSprite;
543 Texture2D texture = this.activeSprite.texture;
544 Image.TrackImage(this);
545 this.m_Tracked = true;
546 }
class f__AnonymousType0<< Count > j__TPar
Texture2D texture
Definition Sprite.cs:95
Sprite activeSprite
Definition Image.cs:67

References UnityEngine.UI.Image.activeSprite, j__TPar, UnityEngine.Sprite.texture, and UnityEngine.UI.Image.TrackImage().

Referenced by UnityEngine.UI.Image.OnEnable().