![]() |
UnityMol
0.9.6-875
UnityMol viewer / In developement
|
Public Member Functions | |
void | Awake () |
void | SetBool (ref bool boolToSet) |
void | SetString (ref string textToSet) |
void | SetFloat (ref float floatToSet) |
Private Attributes | |
Toggle | toggle |
InputField | inputField |
Slider | slider |
Definition at line 5 of file GUILinker.cs.
void GUILinker.Awake | ( | ) |
Definition at line 11 of file GUILinker.cs.
void GUILinker.SetBool | ( | ref bool | boolToSet | ) |
Definition at line 17 of file GUILinker.cs.
void GUILinker.SetFloat | ( | ref float | floatToSet | ) |
Definition at line 31 of file GUILinker.cs.
void GUILinker.SetString | ( | ref string | textToSet | ) |
Definition at line 24 of file GUILinker.cs.
|
private |
Definition at line 8 of file GUILinker.cs.
|
private |
Definition at line 9 of file GUILinker.cs.
|
private |
Definition at line 7 of file GUILinker.cs.