Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
SwipeHandler
C# Class SwipeHandler
Inheritance:
MonoBehaviour
Show file
Open project: YaroslavKabanov/comp313-winter2016-Team1-gameEgg
Class Usage Examples
Public Properties
Property
Type
Description
MessageTarget
GameObject
minMovement
float
sendDownMessage
bool
sendLeftMessage
bool
sendRightMessage
bool
sendUpMessage
bool
Public Methods
Method
Description
Update
( ) :
void
Method Details
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
MessageTarget
public property
public
GameObject
MessageTarget
return
GameObject
minMovement
public property
public
float
minMovement
return
float
sendDownMessage
public property
public
bool
sendDownMessage
return
bool
sendLeftMessage
public property
public
bool
sendLeftMessage
return
bool
sendRightMessage
public property
public
bool
sendRightMessage
return
bool
sendUpMessage
public property
public
bool
sendUpMessage
return
bool