C# 클래스 WaveEngine.Components.GameActions.TapGameAction

A game action that execute an Action
상속: GameAction
파일 보기 프로젝트 열기: WaveEngine/Components

공개 메소드들

메소드 설명
TapGameAction ( IGameAction parent, TouchGestures touchGestures ) : System

Initializes a new instance of the TapGameAction class.

TapGameAction ( TouchGestures touchGestures, Scene scene = null ) : System

Initializes a new instance of the TapGameAction class.

보호된 메소드들

메소드 설명
PerformCancel ( ) : void

Perform cancelation event

PerformRun ( ) : void

Perform run action

PerformSkip ( ) : bool

Skip the action

비공개 메소드들

메소드 설명
NotifyTap ( object sender, GestureEventArgs e ) : void

Handles the tap event on the touch gestures

메소드 상세

PerformCancel() 보호된 메소드

Perform cancelation event
protected PerformCancel ( ) : void
리턴 void

PerformRun() 보호된 메소드

Perform run action
protected PerformRun ( ) : void
리턴 void

PerformSkip() 보호된 메소드

Skip the action
protected PerformSkip ( ) : bool
리턴 bool

TapGameAction() 공개 메소드

Initializes a new instance of the TapGameAction class.
public TapGameAction ( IGameAction parent, TouchGestures touchGestures ) : System
parent IGameAction The parent task.
touchGestures WaveEngine.Components.Gestures.TouchGestures The TouchGestures instances.
리턴 System

TapGameAction() 공개 메소드

Initializes a new instance of the TapGameAction class.
public TapGameAction ( TouchGestures touchGestures, Scene scene = null ) : System
touchGestures WaveEngine.Components.Gestures.TouchGestures The TouchGestures instances.
scene Scene The associated scene.
리턴 System