C# Class FocusedObjectMessageSender, holoyolo

FocusedObjectMessageSender class sends Unity message to object currently focused on by GazeManager. Focused object messages can be triggered using voice commands, so keyword responses need to be registered in KeywordManager.
Inheritance: MonoBehaviour
Show file Open project: mareklinka/holoyolo

Public Methods

Method Description
SendMessageToFocusedObject ( string message ) : void

Sends message to the object currently focused on by GazeManager.

Method Details

SendMessageToFocusedObject() public method

Sends message to the object currently focused on by GazeManager.
public SendMessageToFocusedObject ( string message ) : void
message string Message to send
return void