Back to API Reference
Interface

ISpriteProvider

abstract
Implements:INamedCatalog<InlineSprite>

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.

Implementations(2)

Types that implement ISpriteProvider.

See Also