TouchScript — multitouch library for Unity
TouchScript — multitouch library for Unity
TouchScript
TouchScript.Behaviors.Cursors
PenCursor Class
PenCursor Methods
generateText Method
gethash Method
textIsVisible Method
updateOnce Method
PenCursor
generateText Method
Generates text for pointer.
Namespace:
TouchScript.Behaviors.Cursors
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
Copy
protected
override
void
generateText
(
PenPointer
pointer
,
StringBuilder
str
)
Parameters
pointer
Type:
TouchScript.Pointers
PenPointer
The pointer.
str
Type:
System.Text
StringBuilder
The string builder to use.
See Also
Reference
PenCursor Class
TouchScript.Behaviors.Cursors Namespace