Method | Description | |
---|---|---|
addObserver ( GameObject obj, string notificationMessage ) : void | ||
postNotification ( string notificationMessage ) : void | ||
removeObserver ( GameObject obj, string notificationMessage ) : void |
Method | Description | |
---|---|---|
OnApplicationQuit ( ) : void | ||
listForNotification ( string message ) : BBNotificationList, |
public addObserver ( GameObject obj, string notificationMessage ) : void | ||
obj | GameObject | |
notificationMessage | string | |
return | void |
public postNotification ( string notificationMessage ) : void | ||
notificationMessage | string | |
return | void |
public removeObserver ( GameObject obj, string notificationMessage ) : void | ||
obj | GameObject | |
notificationMessage | string | |
return | void |