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

◆ spriteState

SpriteState UnityEngine.UI.Selectable.spriteState
getsetinherited

Definition at line 178 of file Selectable.cs.

179 {
180 get
181 {
182 SpriteState spriteState;
183 return spriteState;
184 }
185 set
186 {
187 Sprite highlightedSprite = value.m_HighlightedSprite;
188 this.OnSetProperty();
189 }
190 }