Show / Hide Table of Contents

Class WeaverAssets_I

Inheritance
object
WeaverAssets_I
E_WeaverAssets_I
Implements
IImplementation
Namespace: WeaverCore.Implementations
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
Type Description
IEnumerable<string>

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
Type Name Description
string bundleName
string name
Returns
Type Description
T
Type Parameters
Name Description
T
| 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 Description
T
Type Parameters
Name Description
T
| Edit this page View Source

LoadAssetsFromBundle<T>(string, string)

Declaration
public abstract IEnumerable<T> LoadAssetsFromBundle<T>(string bundleName, string assetName) where T : Object
Parameters
Type Name Description
string bundleName
string assetName
Returns
Type Description
IEnumerable<T>
Type Parameters
Name Description
T
| 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 Description
IEnumerable<T>
Type Parameters
Name Description
T

Implements

IImplementation

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾