C# Class UnityLeaderboard, App42-Unity-Sample

Inheritance: MonoBehaviour, App42CallBack
Mostrar archivo 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