C# Class BBNotificationList, KinActor_project

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

Public Properties

Property Type Description
notificationMessage string

Public Methods

Method Description
addObserver ( GameObject obj ) : void
removeObserver ( GameObject obj ) : void
sendNotice ( ) : void

Method Details

addObserver() public method

public addObserver ( GameObject obj ) : void
obj GameObject
return void

removeObserver() public method

public removeObserver ( GameObject obj ) : void
obj GameObject
return void

sendNotice() public method

public sendNotice ( ) : void
return void

Property Details

notificationMessage public_oe property

public string notificationMessage
return string