C# Class InteractionProxy, OCDEscape

Inheritance: InteractableObject
Afficher le fichier Open project: gadauto3/OCDEscape

Méthodes publiques

Свойство Type Description
interactable InteractableObject,

Méthodes publiques

Méthode 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 méthode

public LogicUpdate ( ) : void
Résultat void

OffHighlight() public méthode

public OffHighlight ( GazePointer, pointer ) : void
pointer GazePointer,
Résultat void

OffInteract() public méthode

public OffInteract ( GazePointer, pointer, Transform objectToInteractWith ) : bool
pointer GazePointer,
objectToInteractWith Transform
Résultat bool

OnGrabbedHighlight() public méthode

public OnGrabbedHighlight ( Transform highlightedObject ) : bool
highlightedObject Transform
Résultat bool

OnHighlight() public méthode

public OnHighlight ( GazePointer, pointer ) : void
pointer GazePointer,
Résultat void

OnInteract() public méthode

public OnInteract ( GazePointer, pointer ) : bool
pointer GazePointer,
Résultat bool

PhysicsUpdate() public méthode

public PhysicsUpdate ( ) : void
Résultat void

Property Details

interactable public_oe property

public InteractableObject, interactable
Résultat InteractableObject,