C# Class QFramework.QBundlesMgr

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: liangxiegame/QFramework

Méthodes publiques

Свойство Type Description
bundles string[]
image UnityEngine.UI.Image

Méthodes publiques

Méthode Description
AddBundle ( string name ) : void
Awake ( ) : void
LoadScene ( ) : IEnumerator
OnLoaded ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

AddBundle() public méthode

public AddBundle ( string name ) : void
name string
Résultat void

Awake() public méthode

public Awake ( ) : void
Résultat void

LoadScene() public méthode

public LoadScene ( ) : IEnumerator
Résultat IEnumerator

OnLoaded() public méthode

public OnLoaded ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

bundles public_oe property

public string[] bundles
Résultat string[]

image public_oe property

public Image,UnityEngine.UI image
Résultat UnityEngine.UI.Image