VRKB
Virtual Reality Keyboard
Public Member Functions | Protected Member Functions | Protected Attributes | Properties | List of all members
VRKB.KeyBehaviour Class Reference
Inheritance diagram for VRKB.KeyBehaviour:
Inheritance graph
[legend]
Collaboration diagram for VRKB.KeyBehaviour:
Collaboration graph
[legend]

Public Member Functions

void Start ()
 
void OnTriggerEnter (Collider other)
 
void OnTriggerStay (Collider other)
 
void OnTriggerExit (Collider other)
 
void ApplyConfig (KeyConfig config)
 

Protected Member Functions

void VisitComponentsWithTagPrefix< T > (string tagPrefix, Action< T, int > action)
 

Protected Attributes

bool _pressed = false
 
float _pressStartTime
 
bool _repeating = false
 
float _prevRepeatTime
 
KeyConfig _config
 
Collider _collider
 
KeyboardBehaviour _keyboard
 
MeshRenderer _renderer
 

Properties

KeyConfig Config [get, set]
 

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