C# 클래스 EggsToGo.Command

파일 보기 프로젝트 열기: Redth/EggsToGo 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
Keyboard ( char key ) : KeyboardCommand
LongTap ( ) : LongTapCommand
SwipeDown ( ) : SwipeDownCommand
SwipeLeft ( ) : SwipeLeftCommand
SwipeRight ( ) : SwipeRightCommand
SwipeUp ( ) : SwipeUpCommand
Tap ( ) : TapCommand

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

Keyboard() 공개 정적인 메소드

public static Keyboard ( char key ) : KeyboardCommand
key char
리턴 KeyboardCommand

LongTap() 공개 정적인 메소드

public static LongTap ( ) : LongTapCommand
리턴 LongTapCommand

SwipeDown() 공개 정적인 메소드

public static SwipeDown ( ) : SwipeDownCommand
리턴 SwipeDownCommand

SwipeLeft() 공개 정적인 메소드

public static SwipeLeft ( ) : SwipeLeftCommand
리턴 SwipeLeftCommand

SwipeRight() 공개 정적인 메소드

public static SwipeRight ( ) : SwipeRightCommand
리턴 SwipeRightCommand

SwipeUp() 공개 정적인 메소드

public static SwipeUp ( ) : SwipeUpCommand
리턴 SwipeUpCommand

Tap() 공개 정적인 메소드

public static Tap ( ) : TapCommand
리턴 TapCommand