C# Class HappyFunTimes.MessageCmdData

Deprecated? The only plus to this class is you define the command name once and then when you register it no need to specify the cmd name and if you send it no need to specify the command so in that sense it's a D.R.Y. thing Base class for all message data. Be sure to set the CmdName attribute
Datei anzeigen Open project: greggman/hft-unity-gamepad Class Usage Examples

Public Methods

Method Description
GetCmdName ( System type ) : string

Method Details

GetCmdName() public static method

public static GetCmdName ( System type ) : string
type System
return string