Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
GameMachine
LoginUI
C# Class GameMachine.LoginUI
Inheritance:
UnityEngine.MonoBehaviour
,
ILoginUI
Mostrar archivo
Open project: gamemachine/gamemachine
Public Methods
Method
Description
DisableLogin
( ) :
void
SetError
(
string
error
) :
void
Private Methods
Method
Description
OnGUI
( ) :
void
Start
( ) :
void
WindowFunction
(
int
windowID
) :
void
Method Details
DisableLogin()
public
method
public
DisableLogin
( ) :
void
return
void
SetError()
public
method
public
SetError
(
string
error
) :
void
error
string
return
void