Click or drag to resize

ObjectCursorgethash 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#
protected override uint gethash(
	ObjectPointer pointer
)

Parameters

pointer
Type: TouchScript.PointersObjectPointer
The pointer.

Return Value

Type: UInt32
Integer hash.
See Also