Cornell Tech-Unity-project  1.0
Public Member Functions | Public Attributes | List of all members
Hover Class Reference

Attached to player, shoots raycast every frame to check for interactability More...

Inheritance diagram for Hover:

Public Member Functions

void InspectFront ()
 Called every frame- shoots out a raycast and checks if anything within 2 units is interactable or not- will change the canInteract bool More...
 

Public Attributes

bool canInteract = false
 

Detailed Description

Attached to player, shoots raycast every frame to check for interactability

Member Function Documentation

void Hover.InspectFront ( )

Called every frame- shoots out a raycast and checks if anything within 2 units is interactable or not- will change the canInteract bool

Member Data Documentation

bool Hover.canInteract = false

The documentation for this class was generated from the following file: