C# Class QFramework.QBundlesMgr

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: liangxiegame/QFramework

Public Properties

Property Type Description
bundles string[]
image UnityEngine.UI.Image

Public Methods

Method Description
AddBundle ( string name ) : void
Awake ( ) : void
LoadScene ( ) : IEnumerator
OnLoaded ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

AddBundle() public method

public AddBundle ( string name ) : void
name string
return void

Awake() public method

public Awake ( ) : void
return void

LoadScene() public method

public LoadScene ( ) : IEnumerator
return IEnumerator

OnLoaded() public method

public OnLoaded ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

bundles public property

public string[] bundles
return string[]

image public property

public Image,UnityEngine.UI image
return UnityEngine.UI.Image