On this pageImageInfo.GetImageDeclaration#public Sprite GetImage()CopyDescription#Gets Image from data, loading if neededUsage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(ImageInfo target) { Sprite result = target.GetImage(); } }Copy