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
gethash Method
Typed version of
getPointerHash(IPointer)
. Returns a hash of a cursor state.
Namespace:
TouchScript.Behaviors.Cursors
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
Copy
protected
override
uint
gethash
(
PenPointer
pointer
)
Parameters
pointer
Type:
TouchScript.Pointers
PenPointer
The pointer.
Return Value
Type:
UInt32
Integer hash.
See Also
Reference
PenCursor Class
TouchScript.Behaviors.Cursors Namespace