C# Class UnityLeaderboard, App42-Unity-Sample

Inheritance: MonoBehaviour, App42CallBack
Afficher le fichier Open project: shephertz/App42-Unity-Sample

Méthodes publiques

Свойство Type Description
saveButton bool
success string
txt_max int

Méthodes publiques

Méthode Description
OnException ( Exception e ) : void
OnGUI ( ) : void
OnSuccess ( object response ) : void
Start ( ) : void

Method Details

OnException() public méthode

public OnException ( Exception e ) : void
e Exception
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

OnSuccess() public méthode

public OnSuccess ( object response ) : void
response object
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

saveButton public_oe property

public bool saveButton
Résultat bool

success public_oe property

public string success
Résultat string

txt_max public_oe property

public int txt_max
Résultat int