Type:IAssetProvider`1: Difference between revisions

From Resonite Wiki
change page references to type instead of Types
Added category: Interface types
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
An IAssetProvider<nowiki><A></nowiki> is a provider of an asset of type A (rather than the asset itself). Effectively it is a reference to an asset stored elsewhere.
An '''IAssetProvider<nowiki><A></nowiki>''' is an [[Interface Type]] of an [[Asset|asset]] of type A (rather than the asset itself). Effectively it is a [[Reference Type|reference]] to an asset stored elsewhere.
 
see also: [[Type:IAsset`1|Raw exposed Asset Type (IAsset)]]
[[Category:Type]]
[[Category:Type]]
[[Category:Interface types]]

Latest revision as of 16:59, 25 August 2025

An IAssetProvider<A> is an Interface Type of an asset of type A (rather than the asset itself). Effectively it is a reference to an asset stored elsewhere.

see also: Raw exposed Asset Type (IAsset)