On this pageActor.portraitpublic Sprite portrait { get; set; }CopyDescription#Image associated with this objectUsage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(Actor target) { Sprite result = target.portrait; } }Copy