Class DataStructureExtensions
- Namespace
- TAssetBundle
- Assembly
- TAssetBundle.dll
Extension methods for data structures.
public static class DataStructureExtensions
- Inheritance
-
DataStructureExtensions
- Inherited Members
Methods
IsLoaded(IAssetInfo)
Determines whether an asset is loaded.
public static bool IsLoaded(this IAssetInfo assetInfo)
Parameters
assetInfo
IAssetInfoThe asset information.
Returns
- bool
True if the asset is loaded; otherwise, false.