C# Class UnityLeaderboard, App42-Unity-Sample

Inheritance: MonoBehaviour, App42CallBack
Show 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 property

public bool saveButton
return bool

success public property

public string success
return string

txt_max public property

public int txt_max
return int