C# Class BBNotificationServer, KinActor_project

Inheritance: MonoBehaviour
Afficher le fichier Open project: RecipientCollective/KinActor_project Class Usage Examples

Méthodes publiques

Méthode Description
addObserver ( GameObject obj, string notificationMessage ) : void
postNotification ( string notificationMessage ) : void
removeObserver ( GameObject obj, string notificationMessage ) : void

Private Methods

Méthode Description
OnApplicationQuit ( ) : void
listForNotification ( string message ) : BBNotificationList,

Method Details

addObserver() public méthode

public addObserver ( GameObject obj, string notificationMessage ) : void
obj GameObject
notificationMessage string
Résultat void

postNotification() public méthode

public postNotification ( string notificationMessage ) : void
notificationMessage string
Résultat void

removeObserver() public méthode

public removeObserver ( GameObject obj, string notificationMessage ) : void
obj GameObject
notificationMessage string
Résultat void