IAssetProvider
Interface in Yarn.Unity
Summary
Contains methods for accessing assets of a given type stored within an object.
public interface IAssetProviderMethods
| Name | Description |
|---|---|
| GetAssetsOfType | Gets a collection of assets of type T from the target. |
| TryGetAsset | Attempts to fetch an asset of type T from the object. |