C# 클래스 HutongGames.PlayMaker.Actions.SwipeGestureEvent

상속: FsmStateAction
파일 보기 프로젝트 열기: hughrogers/RPGQuest

공개 메소드들

메소드 설명
OnEnter ( ) : void
OnUpdate ( ) : void
Reset ( ) : void
TestForSwipeGesture ( Touch touch ) : void

메소드 상세

OnEnter() 공개 메소드

public OnEnter ( ) : void
리턴 void

OnUpdate() 공개 메소드

public OnUpdate ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

TestForSwipeGesture() 공개 메소드

public TestForSwipeGesture ( Touch touch ) : void
touch UnityEngine.Touch
리턴 void