Documentation for the Unity C# Library
Loading...
Searching...
No Matches
PixoVR.Login.LetterKey Class Reference

An individual letter key. More...

Inheritance diagram for PixoVR.Login.LetterKey:
[legend]

Public Member Functions

string GetCharacter ()
 
void OnClick ()
 

Public Attributes

string character = ""
 
TextMeshProUGUI label
 
string shiftedChar = ""
 
TextMeshProUGUI shiftedLabel
 

Properties

bool shifted [get]
 

Private Member Functions

void Awake ()
 
void OnDestroy ()
 
void OnShifted (bool value)
 

Private Attributes

Button btn
 [SerializeField]
 
bool refresh
 [SerializeField]
 
bool started
 

Detailed Description

An individual letter key.

Definition at line 13 of file LetterKey.cs.

Member Function Documentation

◆ Awake()

void PixoVR.Login.LetterKey.Awake ( )
inlineprivate

Definition at line 56 of file LetterKey.cs.

Here is the call graph for this function:

◆ GetCharacter()

string PixoVR.Login.LetterKey.GetCharacter ( )
inline

Definition at line 78 of file LetterKey.cs.

Here is the caller graph for this function:

◆ OnClick()

void PixoVR.Login.LetterKey.OnClick ( )
inline

Definition at line 82 of file LetterKey.cs.

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

◆ OnDestroy()

void PixoVR.Login.LetterKey.OnDestroy ( )
inlineprivate

Definition at line 62 of file LetterKey.cs.

Here is the call graph for this function:

◆ OnShifted()

void PixoVR.Login.LetterKey.OnShifted ( bool value)
inlineprivate

Definition at line 66 of file LetterKey.cs.

Here is the caller graph for this function:

Member Data Documentation

◆ btn

Button PixoVR.Login.LetterKey.btn
privateSerializeField

[SerializeField]

Definition at line 25 of file LetterKey.cs.

◆ character

string PixoVR.Login.LetterKey.character = ""

Definition at line 18 of file LetterKey.cs.

◆ label

TextMeshProUGUI PixoVR.Login.LetterKey.label

Definition at line 15 of file LetterKey.cs.

◆ refresh

bool PixoVR.Login.LetterKey.refresh
privateSerializeField

[SerializeField]

Definition at line 32 of file LetterKey.cs.

◆ shiftedChar

string PixoVR.Login.LetterKey.shiftedChar = ""

Definition at line 20 of file LetterKey.cs.

◆ shiftedLabel

TextMeshProUGUI PixoVR.Login.LetterKey.shiftedLabel

Definition at line 16 of file LetterKey.cs.

◆ started

bool PixoVR.Login.LetterKey.started
private

Definition at line 27 of file LetterKey.cs.

Property Documentation

◆ shifted

bool PixoVR.Login.LetterKey.shifted
get

Definition at line 73 of file LetterKey.cs.


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