Protected
constructorReadonly
positionThe position of the touch on the screen. [0,0] being top left, and [1,1] being bottom right.
Readonly
touchReturns the ID of this specific touch. Useful for distinguishing between touches when multiple are occurring simultaneously.
Returns the name of this object's type.
Returns true if the object matches or derives from the passed in type.
Returns true if this object is the same as other
. Useful for checking if two references point to the same thing.
Arguments used with the
InteractionComponent.onTouchMove
event.Example