TouchScript — multitouch library for Unity
TouchScript — multitouch library for Unity
TouchScript
TouchScript.Behaviors.Cursors
MouseCursor Class
MouseCursor Methods
generateText Method
gethash Method
textIsVisible Method
updateOnce Method
MouseCursor
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
(
MousePointer
pointer
)
Parameters
pointer
Type:
TouchScript.Pointers
MousePointer
The pointer.
Return Value
Type:
UInt32
Integer hash.
See Also
Reference
MouseCursor Class
TouchScript.Behaviors.Cursors Namespace