C# Class TouchScript.InputSources.InputHandlers.TouchHandler.TouchState

显示文件 Open project: DRMold/HungryHungryTetris

Public Properties

Property Type Description
Id int
Phase TouchPhase

Public Methods

Method Description
TouchState ( int id, TouchPhase phase = TouchPhase.Began ) : System

Method Details

TouchState() public method

public TouchState ( int id, TouchPhase phase = TouchPhase.Began ) : System
id int
phase TouchPhase
return System

Property Details

Id public_oe property

public int Id
return int

Phase public_oe property

public TouchPhase Phase
return TouchPhase