Lens Scripting API
    Preparing search index...

    Class ScrollEndEventArgs

    Arguments used with the InteractionComponent#onScrollEnd event.

    Hierarchy (View Summary)

    Index

    Properties

    position: vec2

    The normalized 2D screen position of the user's touches at the end of a scroll gesture. The normalized coordinates range from ([0-1], [0-1]), (0,0) being top-left and (1,1) being bottom-right.

    Methods

    • Returns true if the object matches or derives from the passed in type.

      Parameters

      • type: string

      Returns boolean

    • Returns true if this object is the same as other. Useful for checking if two references point to the same thing.

      Parameters

      Returns boolean