Property | Type | Description | |
---|---|---|---|
interactable | InteractableObject, |
Method | Description | |
---|---|---|
LogicUpdate ( ) : void | ||
OffHighlight ( GazePointer, pointer ) : void | ||
OffInteract ( GazePointer, pointer, Transform objectToInteractWith ) : bool | ||
OnGrabbedHighlight ( Transform highlightedObject ) : bool | ||
OnHighlight ( GazePointer, pointer ) : void | ||
OnInteract ( GazePointer, pointer ) : bool | ||
PhysicsUpdate ( ) : void |
public OffHighlight ( GazePointer, pointer ) : void | ||
pointer | GazePointer, | |
return | void |
public OffInteract ( GazePointer, pointer, Transform objectToInteractWith ) : bool | ||
pointer | GazePointer, | |
objectToInteractWith | Transform | |
return | bool |
public OnGrabbedHighlight ( Transform highlightedObject ) : bool | ||
highlightedObject | Transform | |
return | bool |
public OnHighlight ( GazePointer, pointer ) : void | ||
pointer | GazePointer, | |
return | void |
public OnInteract ( GazePointer, pointer ) : bool | ||
pointer | GazePointer, | |
return | bool |