Type:IAssetProvider`1: Difference between revisions

From Resonite Wiki
add link back to asset type and link to interface type
Added category: Interface types
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
An IAssetProvider<nowiki><A></nowiki> 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.
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)]]
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)