Create Get Asset ProtoFlux Node page |
m Add Category |
||
Line 32: | Line 32: | ||
File:Animation_Track_Index_Example1.png|Example of a find track index being used with a sample track index. | File:Animation_Track_Index_Example1.png|Example of a find track index being used with a sample track index. | ||
</gallery> | </gallery> | ||
[[Category:ProtoFlux:Assets]] |
Revision as of 20:16, 4 February 2024
Get Asset<A>
Assets
This node when provided an IAssetProvider<A> will give the raw IAsset provided by the provider.
Inputs
Provider (IAssetProvider<A> Generic)
The IAssetProvider<A> to get an IAsset from.
Outputs
* (IAsset Generic)
The asset that is provided by Provider (IAssetProvider<A> Generic).
Examples
-
Example of a find track index being used with a sample track index.