C# Class TouchSerializer, Navi

Show file Open project: vmohan7/Navi Class Usage Examples

Public Properties

Property Type Description
fingerID int
phase int
position_x float
position_y float
tapCount int

Public Methods

Method Description
Fill ( Touch t ) : void

Convenience method to fill the data for the struct

Private Methods

Method Description
IntLookup ( TouchPhase phase ) : int

Method to convert a touch phase into an int

Method Details

Fill() public method

Convenience method to fill the data for the struct
public Fill ( Touch t ) : void
t Touch
return void

Property Details

fingerID public property

public int fingerID
return int

phase public property

public int phase
return int

position_x public property

public float position_x
return float

position_y public property

public float position_y
return float

tapCount public property

public int tapCount
return int