Documentation for the Unity C# Library
Loading...
Searching...
No Matches
PixoVR.Login.KeyboardController Class Reference
Inheritance diagram for PixoVR.Login.KeyboardController:
[legend]

Public Member Functions

delegate void ClickAction (bool value)
 
void SetInputField (TMP_InputField select)
 

Static Public Member Functions

static void AddCharacter (string addChar)
 
static void Back ()
 

Static Public Attributes

static bool capsShifted = false
 
static TMP_InputField current
 

Properties

static bool Shifted [get, set]
 

Events

static ClickAction OnShifted
 

Private Member Functions

void Awake ()
 

Static Private Member Functions

static void PlaySound ()
 

Private Attributes

bool started
 

Static Private Attributes

static AudioSource audioSource
 [SerializeField]
 
static bool shifted = false
 

Detailed Description

Definition at line 10 of file KeyboardController.cs.

Member Function Documentation

◆ AddCharacter()

static void PixoVR.Login.KeyboardController.AddCharacter ( string addChar)
inlinestatic

Definition at line 67 of file KeyboardController.cs.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Awake()

void PixoVR.Login.KeyboardController.Awake ( )
inlineprivate

Definition at line 80 of file KeyboardController.cs.

◆ Back()

static void PixoVR.Login.KeyboardController.Back ( )
inlinestatic

Definition at line 54 of file KeyboardController.cs.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ClickAction()

delegate void PixoVR.Login.KeyboardController.ClickAction ( bool value)

◆ PlaySound()

static void PixoVR.Login.KeyboardController.PlaySound ( )
inlinestaticprivate

Definition at line 39 of file KeyboardController.cs.

Here is the caller graph for this function:

◆ SetInputField()

void PixoVR.Login.KeyboardController.SetInputField ( TMP_InputField select)
inline

Definition at line 23 of file KeyboardController.cs.

Member Data Documentation

◆ audioSource

AudioSource PixoVR.Login.KeyboardController.audioSource
staticprivateSerializeField

[SerializeField]

Definition at line 19 of file KeyboardController.cs.

◆ capsShifted

bool PixoVR.Login.KeyboardController.capsShifted = false
static

Definition at line 13 of file KeyboardController.cs.

◆ current

TMP_InputField PixoVR.Login.KeyboardController.current
static

Definition at line 14 of file KeyboardController.cs.

◆ shifted

bool PixoVR.Login.KeyboardController.shifted = false
staticprivate

Definition at line 12 of file KeyboardController.cs.

◆ started

bool PixoVR.Login.KeyboardController.started
private

Definition at line 22 of file KeyboardController.cs.

Property Documentation

◆ Shifted

bool PixoVR.Login.KeyboardController.Shifted
staticgetset

Definition at line 27 of file KeyboardController.cs.

Event Documentation

◆ OnShifted

ClickAction PixoVR.Login.KeyboardController.OnShifted
static

Definition at line 21 of file KeyboardController.cs.


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