Class PointerEnterEvent | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class PointerEnterEvent

    Inheritance
    System.Object
    PointerEvent
    PointerEnterEvent
    Inherited Members
    PointerEvent.timeStamp
    PointerEvent.pointer
    PointerEvent.kind
    PointerEvent.device
    PointerEvent.position
    PointerEvent.delta
    PointerEvent.down
    PointerEvent.synthesized
    Namespace: Unity.UIWidgets.gestures
    Syntax
    public class PointerEnterEvent : PointerEvent

    Constructors

    PointerEnterEvent(TimeSpan, Int32, PointerDeviceKind, Int32, Offset)

    Declaration
    public PointerEnterEvent(TimeSpan timeStamp, int pointer = 0, PointerDeviceKind kind = PointerDeviceKind.mouse, int device = 0, Offset position = null)
    Parameters
    Type Name Description
    System.TimeSpan timeStamp
    System.Int32 pointer
    PointerDeviceKind kind
    System.Int32 device
    Offset position

    Methods

    fromHoverEvent(PointerEvent)

    Declaration
    public static PointerEnterEvent fromHoverEvent(PointerEvent hover)
    Parameters
    Type Name Description
    PointerEvent hover
    Returns
    Type Description
    PointerEnterEvent
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023