C# Class QAssetMgr, QFramework

Inheritance: QFramework.QMgrBehaviour
ファイルを表示 Open project: liangxiegame/QFramework Class Usage Examples

Public Properties

Property Type Description
Instance QAssetMgr,

Public Methods

Method Description
GetGameObject ( string name ) : GameObject
RegisterGameObject ( string name, GameObject obj ) : void
UnRegisterGameObject ( string name ) : void

Protected Methods

Method Description
SetupMgr ( ) : void
SetupMgrId ( ) : void

Private Methods

Method Description
Awake ( ) : void

Method Details

GetGameObject() public method

public GetGameObject ( string name ) : GameObject
name string
return GameObject

RegisterGameObject() public method

public RegisterGameObject ( string name, GameObject obj ) : void
name string
obj GameObject
return void

SetupMgr() protected method

protected SetupMgr ( ) : void
return void

SetupMgrId() protected method

protected SetupMgrId ( ) : void
return void

UnRegisterGameObject() public method

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

Property Details

Instance public_oe static_oe property

public static QAssetMgr, Instance
return QAssetMgr,