reload method
Re-resolves this sprite against Ignis.cache.
Returns this unless what it was built from has since been replaced, so a caller can tell whether anything changed by identity.
Implementation
Sprite<T> reload() => this;
Re-resolves this sprite against Ignis.cache.
Returns this unless what it was built from has since been replaced, so a caller can tell whether anything changed by identity.
Sprite<T> reload() => this;