C# Class QFramework.QBundleLoader

Inheritance: UnityEngine.MonoBehaviour
Mostra file Open project: liangxiegame/QFramework Class Usage Examples

Public Properties

Property Type Description
bundleName string

Public Methods

Method Description
Awake ( ) : void
LoadBundle ( String lunBundleModule ) : void
LoadBundles ( ) : IEnumerator
OnBundleLoad ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
CoLoadBundle ( string name, string path ) : IEnumerator
LoadFinished ( ) : IEnumerator

Method Details

Awake() public method

public Awake ( ) : void
return void

LoadBundle() public method

public LoadBundle ( String lunBundleModule ) : void
lunBundleModule String
return void

LoadBundles() public method

public LoadBundles ( ) : IEnumerator
return IEnumerator

OnBundleLoad() public method

public OnBundleLoad ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

bundleName public_oe property

public string bundleName
return string