Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
FocusedObjectMessageReceiver
C# Class FocusedObjectMessageReceiver
FocusedObjectMessageReceiver class shows how to handle messages sent by FocusedObjectMessageSender. This particular implementatoin controls object appearance by changing its color when focused.
Inheritance:
MonoBehaviour
Mostrar archivo
Open project: Microsoft/HoloToolkit-Unity
Class Usage Examples
Public Methods
Method
Description
OnGazeEnter
( ) :
void
OnGazeLeave
( ) :
void
Private Methods
Method
Description
Start
( ) :
void
Method Details
OnGazeEnter()
public
method
public
OnGazeEnter
( ) :
void
return
void
OnGazeLeave()
public
method
public
OnGazeLeave
( ) :
void
return
void