reload method

Sprite<T> reload()

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;