Method | Description | |
---|---|---|
TapGameAction ( IGameAction parent, |
Initializes a new instance of the TapGameAction class.
|
|
TapGameAction ( |
Initializes a new instance of the TapGameAction class.
|
Method | Description | |
---|---|---|
PerformCancel ( ) : void |
Perform cancelation event
|
|
PerformRun ( ) : void |
Perform run action
|
|
PerformSkip ( ) : bool |
Skip the action
|
Method | Description | |
---|---|---|
NotifyTap ( object sender, |
Handles the tap event on the touch gestures
|
public TapGameAction ( IGameAction parent, |
||
parent | IGameAction | The parent task. |
touchGestures | The TouchGestures instances. | |
return | System |
public TapGameAction ( |
||
touchGestures | The TouchGestures instances. | |
scene | Scene | The associated scene. |
return | System |