Class AssetInfo<T>
- Namespace
- TAsset
Bundle .Extensions
- Assembly
- TAssetBundle.Extensions.dll
A class that manages asset information for a specific type of asset. Provides a Get method for the asset type.
Type Parameters
T
The type of the asset
- Inheritance
-
AssetInfo<T>
- Inherited Members
Methods
Get()
Returns the asset cast to the specified type.
Returns
- T
The asset if it matches the type, otherwise null.