Documentation for the Unity C# Library
Loading...
Searching...
No Matches
LoginButtonScript.cs
Go to the documentation of this file.
1using System.Collections;
2using System.Collections.Generic;
3using UnityEngine;
4using UnityEngine.UI;
5using PixoVR.Apex;
6
8{
9 public InputField UsernameField;
10 public InputField PasswordField;
11
12 // Start is called before the first frame update
13 void Start()
14 {
15
16 }
17
18 // Update is called once per frame
19 void Update()
20 {
21
22 }
23
24 public void LoginClicked()
25 {
27 }
28
29 public void GetUserClicked()
30 {
32 }
33}
static bool GetCurrentUser()
static bool Login(LoginData login)