CornellTech-Unity-project  1.0
Public Member Functions | Public Attributes | List of all members
Cyan.Tips Class Reference

Inherits ScriptableObject.

Public Member Functions

void OnDisable ()
 When scripts are recompiled resets the tips More...
 

Public Attributes

bool gotMovementTip = false
 
bool gotHoldTip = false
 
bool gotInteractTip = false
 
bool gotDrawerTip = false
 
bool gotCabinetTip = false
 
string movementTip = "Use the WASD keys to move and your mouse to look around and interract"
 
string holdTip = "Press R to rotate an item that you are holding and left click to release the item"
 
string interactTip = "When your pointer turns blue, you can click your left mouse button to interact with an item"
 
string drawerTip = "Move your mouse forward and backward to pull and push drawers. Left click to stop interacting with the drawer"
 
string cabinetTip = "Move your mouse left and right to swing open and close doors. For dishwashers and ovens, move your mouse forward and backward. Left click to stop interacting with the door"
 

Member Function Documentation

void Cyan.Tips.OnDisable ( )

When scripts are recompiled resets the tips

Member Data Documentation

string Cyan.Tips.cabinetTip = "Move your mouse left and right to swing open and close doors. For dishwashers and ovens, move your mouse forward and backward. Left click to stop interacting with the door"
string Cyan.Tips.drawerTip = "Move your mouse forward and backward to pull and push drawers. Left click to stop interacting with the drawer"
bool Cyan.Tips.gotCabinetTip = false
bool Cyan.Tips.gotDrawerTip = false
bool Cyan.Tips.gotHoldTip = false
bool Cyan.Tips.gotInteractTip = false
bool Cyan.Tips.gotMovementTip = false
string Cyan.Tips.holdTip = "Press R to rotate an item that you are holding and left click to release the item"
string Cyan.Tips.interactTip = "When your pointer turns blue, you can click your left mouse button to interact with an item"
string Cyan.Tips.movementTip = "Use the WASD keys to move and your mouse to look around and interract"

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