C# Class HappyFunTimes.HFTMessageLog

显示文件 Open project: greggman/hft-unity-gamepad Class Usage Examples

Public Properties

Property Type Description
msg string
type string

Public Methods

Method Description
HFTMessageLog ( string _type, string _msg ) : System

Method Details

HFTMessageLog() public method

public HFTMessageLog ( string _type, string _msg ) : System
_type string
_msg string
return System

Property Details

msg public_oe property

public string msg
return string

type public_oe property

public string type
return string