Back to API Reference
Interface

IObjProvider

abstract

Resolves named InlineObject entries for ObjModifier.

Remarks

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

See Also