TouchScript — multitouch library for Unity
TouchScript — multitouch library for Unity
TouchScript
TouchScript.Behaviors.Cursors
PointerCursor Class
PointerCursor Methods
getPointerHash Method
M:TouchScript.Behaviors.Cursors.PointerCursor.hide
Hide Method
Init Method
SetState Method
show Method
update Method
updateOnce Method
UpdatePointer Method
PointerCursor
getPointerHash Method
Returns pointer hash.
Namespace:
TouchScript.Behaviors.Cursors
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
Copy
protected
virtual
uint
getPointerHash
(
IPointer
pointer
)
Parameters
pointer
Type:
TouchScript.Pointers
IPointer
The pointer.
Return Value
Type:
UInt32
Integer hash value.
See Also
Reference
PointerCursor Class
TouchScript.Behaviors.Cursors Namespace