Property | Type | Description | |
---|---|---|---|
Instance | QNPCMgr, |
Method | Description | |
---|---|---|
GetGameObject ( string name ) : GameObject | ||
RegisterGameObject ( string name, GameObject obj ) : void | ||
UnRegisterGameObject ( string name ) : void |
Method | Description | |
---|---|---|
SetupMgr ( ) : void | ||
SetupMgrId ( ) : void |
Method | Description | |
---|---|---|
Awake ( ) : void |
public GetGameObject ( string name ) : GameObject | ||
name | string | |
return | GameObject |
public RegisterGameObject ( string name, GameObject obj ) : void | ||
name | string | |
obj | GameObject | |
return | void |
public UnRegisterGameObject ( string name ) : void | ||
name | string | |
return | void |