C# Class QAssetMgr, QFramework

Inheritance: QFramework.QMgrBehaviour
Afficher le fichier Open project: liangxiegame/QFramework Class Usage Examples

Méthodes publiques

Свойство Type Description
Instance QAssetMgr,

Méthodes publiques

Méthode Description
GetGameObject ( string name ) : GameObject
RegisterGameObject ( string name, GameObject obj ) : void
UnRegisterGameObject ( string name ) : void

Méthodes protégées

Méthode Description
SetupMgr ( ) : void
SetupMgrId ( ) : void

Private Methods

Méthode Description
Awake ( ) : void

Method Details

GetGameObject() public méthode

public GetGameObject ( string name ) : GameObject
name string
Résultat GameObject

RegisterGameObject() public méthode

public RegisterGameObject ( string name, GameObject obj ) : void
name string
obj GameObject
Résultat void

SetupMgr() protected méthode

protected SetupMgr ( ) : void
Résultat void

SetupMgrId() protected méthode

protected SetupMgrId ( ) : void
Résultat void

UnRegisterGameObject() public méthode

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

Property Details

Instance public_oe static_oe property

public static QAssetMgr, Instance
Résultat QAssetMgr,