C# Class IABManifestLoader, QFramework

Show file Open project: liangxiegame/QFramework Class Usage Examples

Public Properties

Property Type Description
IsLoadFinish bool
assetManifest UnityEngine.AssetBundleManifest
manifestLoader AssetBundle
manifestPath string

Public Methods

Method Description
GetDepences ( string name ) : string[]
IABManifestLoader ( ) : UnityEngine
LoadManifest ( ) : IEnumerator
SetManifestPath ( string path ) : void
UnloadManifest ( ) : void

Method Details

GetDepences() public method

public GetDepences ( string name ) : string[]
name string
return string[]

IABManifestLoader() public method

public IABManifestLoader ( ) : UnityEngine
return UnityEngine

LoadManifest() public method

public LoadManifest ( ) : IEnumerator
return IEnumerator

SetManifestPath() public method

public SetManifestPath ( string path ) : void
path string
return void

UnloadManifest() public method

public UnloadManifest ( ) : void
return void

Property Details

IsLoadFinish public property

public bool IsLoadFinish
return bool

assetManifest public property

public AssetBundleManifest,UnityEngine assetManifest
return UnityEngine.AssetBundleManifest

manifestLoader public property

public AssetBundle manifestLoader
return AssetBundle

manifestPath public property

public string manifestPath
return string