Engine API Reference - v2.6.1
    Preparing search index...

    Class ElementTouchEvent

    Represents a TouchEvent fired on a ElementComponent.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    The CameraComponent that this event was originally raised via.

    changedTouches: Touch[]

    The Touch objects representing individual points of contact whose states changed between the previous touch event and this one.

    The ElementComponent that this event was originally raised on.

    MouseEvent or TouchEvent that was originally raised.

    touch: Touch

    The touch object that triggered the event.

    touches: Touch[]

    The Touch objects representing all current points of contact with the surface, regardless of target or changed status.

    Methods