C# Class BBNotificationServer, KinActor_project

Inheritance: MonoBehaviour
显示文件 Open project: RecipientCollective/KinActor_project Class Usage Examples

Public Methods

Method Description
addObserver ( GameObject obj, string notificationMessage ) : void
postNotification ( string notificationMessage ) : void
removeObserver ( GameObject obj, string notificationMessage ) : void

Private Methods

Method Description
OnApplicationQuit ( ) : void
listForNotification ( string message ) : BBNotificationList,

Method Details

addObserver() public method

public addObserver ( GameObject obj, string notificationMessage ) : void
obj GameObject
notificationMessage string
return void

postNotification() public method

public postNotification ( string notificationMessage ) : void
notificationMessage string
return void

removeObserver() public method

public removeObserver ( GameObject obj, string notificationMessage ) : void
obj GameObject
notificationMessage string
return void