On this pageGDTKCurrency.LoadSpriteAssetDeclaration#public void LoadSpriteAsset()CopyDescription#Load the sprite associated with this objectUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GDTKCurrency target) { target.LoadSpriteAsset(); } }Copy