Back to API Reference
Interface

ISpriteProvider

abstract

Resolves named InlineSprite entries for SpriteModifier.

Remarks

Marker interface over INamedCatalog<TEntry> — exists to scope the [SerializeReference, TypeSelector] dropdown and to give a domain-specific name. Built-in implementations: InlineSpriteProvider, AssetSpriteProvider. Custom providers should raise their Changed event whenever their resolution result changes.

See Also