C# 클래스 BBNotificationList, KinActor_project

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

공개 프로퍼티들

프로퍼티 타입 설명
notificationMessage string

공개 메소드들

메소드 설명
addObserver ( GameObject obj ) : void
removeObserver ( GameObject obj ) : void
sendNotice ( ) : void

메소드 상세

addObserver() 공개 메소드

public addObserver ( GameObject obj ) : void
obj GameObject
리턴 void

removeObserver() 공개 메소드

public removeObserver ( GameObject obj ) : void
obj GameObject
리턴 void

sendNotice() 공개 메소드

public sendNotice ( ) : void
리턴 void

프로퍼티 상세

notificationMessage 공개적으로 프로퍼티

public string notificationMessage
리턴 string