C# Class TouchScript.Behaviors.Visualizer.TouchProxy

Inheritance: TouchProxyBase
Show file Open project: TouchScript/TouchScript

Public Properties

Property Type Description
Text UnityEngine.UI.Text

Protected Methods

Method Description
updateOnce ( TouchPoint touch ) : void

Method Details

updateOnce() protected method

protected updateOnce ( TouchPoint touch ) : void
touch TouchPoint
return void

Property Details

Text public property

The link to UI.Text component.
public Text,UnityEngine.UI Text
return UnityEngine.UI.Text