Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
UnityLeaderboard
C# Class UnityLeaderboard, App42-Unity-Sample
Inheritance:
MonoBehaviour
,
App42CallBack
Mostra file
Open project: shephertz/App42-Unity-Sample
Public Properties
Property
Type
Description
saveButton
bool
success
string
txt_max
int
Public Methods
Method
Description
OnException
(
Exception
e
) :
void
OnGUI
( ) :
void
OnSuccess
(
object
response
) :
void
Start
( ) :
void
Method Details
OnException()
public
method
public
OnException
(
Exception
e
) :
void
e
Exception
return
void
OnGUI()
public
method
public
OnGUI
( ) :
void
return
void
OnSuccess()
public
method
public
OnSuccess
(
object
response
) :
void
response
object
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Property Details
saveButton
public_oe property
public
bool
saveButton
return
bool
success
public_oe property
public
string
success
return
string
txt_max
public_oe property
public
int
txt_max
return
int