C# 클래스 BBNotificationServer, KinActor_project

상속: MonoBehaviour
파일 보기 프로젝트 열기: RecipientCollective/KinActor_project 1 사용 예제들

공개 메소드들

메소드 설명
addObserver ( GameObject obj, string notificationMessage ) : void
postNotification ( string notificationMessage ) : void
removeObserver ( GameObject obj, string notificationMessage ) : void

비공개 메소드들

메소드 설명
OnApplicationQuit ( ) : void
listForNotification ( string message ) : BBNotificationList,

메소드 상세

addObserver() 공개 메소드

public addObserver ( GameObject obj, string notificationMessage ) : void
obj GameObject
notificationMessage string
리턴 void

postNotification() 공개 메소드

public postNotification ( string notificationMessage ) : void
notificationMessage string
리턴 void

removeObserver() 공개 메소드

public removeObserver ( GameObject obj, string notificationMessage ) : void
obj GameObject
notificationMessage string
리턴 void