C# Class Statman.Engines.HM5Engine

Inheritance: IEngine
ファイルを表示 Open project: OrfeasZ/Statman

Public Methods

Method Description
Dispose ( ) : void
HM5Engine ( ) : System
OnMessage ( string p_Type, string p_Data ) : void
Update ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

HM5Engine() public method

public HM5Engine ( ) : System
return System

OnMessage() public method

public OnMessage ( string p_Type, string p_Data ) : void
p_Type string
p_Data string
return void

Update() public method

public Update ( ) : void
return void