Class WeaverAssets_I
Inheritance
WeaverAssets_I
Assembly: WeaverCore.dll
Syntax
public abstract class WeaverAssets_I : IImplementation
Properties
|
Edit this page
View Source
AllAssetBundles
Declaration
public abstract IEnumerable<string> AllAssetBundles { get; }
Property Value
Methods
|
Edit this page
View Source
Initialize()
Declaration
public abstract void Initialize()
|
Edit this page
View Source
LoadAssetFromBundle<T>(string, string)
Declaration
public abstract T LoadAssetFromBundle<T>(string bundleName, string name) where T : Object
Parameters
Returns
Type Parameters
|
Edit this page
View Source
LoadAsset<T>(string)
Declaration
public abstract T LoadAsset<T>(string assetName) where T : Object
Parameters
Type |
Name |
Description |
string |
assetName |
|
Returns
Type Parameters
|
Edit this page
View Source
LoadAssetsFromBundle<T>(string, string)
Declaration
public abstract IEnumerable<T> LoadAssetsFromBundle<T>(string bundleName, string assetName) where T : Object
Parameters
Returns
Type Parameters
|
Edit this page
View Source
LoadAssets<T>(string)
Declaration
public abstract IEnumerable<T> LoadAssets<T>(string assetName) where T : Object
Parameters
Type |
Name |
Description |
string |
assetName |
|
Returns
Type Parameters
Implements
Extension Methods