C# Класс WaveEngine.Components.GameActions.TapGameAction

A game action that execute an Action
Наследование: GameAction
Показать файл Открыть проект

Открытые методы

Метод Описание
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