VRKB
Virtual Reality Keyboard
|
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] |