C# Class InteractionProxy, OCDEscape

Inheritance: InteractableObject
Datei anzeigen Open project: gadauto3/OCDEscape

Public Properties

Property Type Description
interactable InteractableObject,

Public Methods

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

Method Details

LogicUpdate() public method

public LogicUpdate ( ) : void
return void

OffHighlight() public method

public OffHighlight ( GazePointer, pointer ) : void
pointer GazePointer,
return void

OffInteract() public method

public OffInteract ( GazePointer, pointer, Transform objectToInteractWith ) : bool
pointer GazePointer,
objectToInteractWith Transform
return bool

OnGrabbedHighlight() public method

public OnGrabbedHighlight ( Transform highlightedObject ) : bool
highlightedObject Transform
return bool

OnHighlight() public method

public OnHighlight ( GazePointer, pointer ) : void
pointer GazePointer,
return void

OnInteract() public method

public OnInteract ( GazePointer, pointer ) : bool
pointer GazePointer,
return bool

PhysicsUpdate() public method

public PhysicsUpdate ( ) : void
return void

Property Details

interactable public_oe property

public InteractableObject, interactable
return InteractableObject,