VR Interaction Framework v2.0
Loading...
Searching...
No Matches
BNG.VRKeyboard Class Reference
Inheritance diagram for BNG.VRKeyboard:

Public Member Functions

void PressKey (string key)
 
void UpdateInputField (string key)
 
virtual void PlayClickSound ()
 
void MoveCaretUp ()
 
void MoveCaretBack ()
 
void ToggleShift ()
 
void AttachToInputField (UnityEngine.UI.InputField inputField)
 

Public Attributes

UnityEngine.UI.InputField AttachedInputField
 
bool UseShift = false
 
AudioClip KeyPressSound
 

Member Function Documentation

◆ AttachToInputField()

void BNG.VRKeyboard.AttachToInputField ( UnityEngine::UI::InputField  inputField)

◆ MoveCaretBack()

void BNG.VRKeyboard.MoveCaretBack ( )

◆ MoveCaretUp()

void BNG.VRKeyboard.MoveCaretUp ( )

◆ PlayClickSound()

virtual void BNG.VRKeyboard.PlayClickSound ( )
virtual

◆ PressKey()

void BNG.VRKeyboard.PressKey ( string  key)

◆ ToggleShift()

void BNG.VRKeyboard.ToggleShift ( )

◆ UpdateInputField()

void BNG.VRKeyboard.UpdateInputField ( string  key)

Member Data Documentation

◆ AttachedInputField

UnityEngine.UI.InputField BNG.VRKeyboard.AttachedInputField

◆ KeyPressSound

AudioClip BNG.VRKeyboard.KeyPressSound

◆ UseShift

bool BNG.VRKeyboard.UseShift = false

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