C# Class Common.StatsUI

Inheritance: MonoBehaviour, GameMachine.Core.Behavior
Mostrar archivo Open project: gamemachine/gamemachine

Public Properties

Property Type Description
routeName string

Public Methods

Method Description
OnError ( object message ) : void
OnMessage ( object message ) : void
SendRequest ( ) : void

Private Methods

Method Description
AddText ( string name, Color color ) : void
ShowStat ( string name, long stat ) : void
ShowStats ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnError() public method

public OnError ( object message ) : void
message object
return void

OnMessage() public method

public OnMessage ( object message ) : void
message object
return void

SendRequest() public method

public SendRequest ( ) : void
return void

Property Details

routeName public_oe property

public string routeName
return string