C# Class UITouch

Inheritance: MonoBehaviour
Mostrar archivo Open project: BigWoodGames/cocos2d-unity Class Usage Examples

Public Properties

Property Type Description
fingerId int
location Vector2
phase TouchPhase
tapCount int
timestamp DateTime,

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

operator() public static method

public static operator ( ) : bool
return bool

Property Details

fingerId public_oe property

public int fingerId
return int

location public_oe property

public Vector2 location
return Vector2

phase public_oe property

public TouchPhase phase
return TouchPhase

tapCount public_oe property

public int tapCount
return int

timestamp public_oe property

public DateTime, timestamp
return DateTime,