C# 클래스 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
파일 보기 프로젝트 열기: greggman/hft-unity-gamepad 1 사용 예제들

공개 메소드들

메소드 설명
GetCmdName ( System type ) : string

메소드 상세

GetCmdName() 공개 정적인 메소드

public static GetCmdName ( System type ) : string
type System
리턴 string