m added link |
Reformat |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
An Asset is usually wrapped by an [[Type:IAssetProvider`1|IAssetProvider<A>]]. Any type that falls under this [[Interface Type|interface]] has no ProtoFlux input type, and has to be obtained through a [[ProtoFlux:Get Asset|GetAsset<A>]]. This is because IAsset`1s are not in the Resonite data model, and cannot be networked at all. | An '''Asset''' is usually wrapped by an [[Type:IAssetProvider`1|IAssetProvider<A>]]. Any type that falls under this [[Interface Type|interface]] has no [[ProtoFlux]] input type, and has to be obtained through a [[ProtoFlux:Get Asset|GetAsset<A>]]. This is because '''IAsset`1s''' are not in the [[Resonite]] [[Data Model|data model]], and cannot be networked at all. | ||
= | = Implementers = | ||
{{Stub}} | {{Stub}} | ||
* [[Type:Animation|Animation]] | |||
* [[ITexture]] | |||
* [[Document]] | |||
* [[Material]] | |||
[[Category:Type]] | [[Category:Type]] |
Latest revision as of 22:33, 12 November 2024
An Asset is usually wrapped by an IAssetProvider<A>. Any type that falls under this interface has no ProtoFlux input type, and has to be obtained through a GetAsset<A>. This is because IAsset`1s are not in the Resonite data model, and cannot be networked at all.
Implementers
This article or section is a Stub. You can help the Resonite Wiki by expanding it.