Class PointerAddedEvent | UIWidgets | 1.5.4-preview.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class PointerAddedEvent

    Inheritance
    Object
    Diagnosticable
    PointerEvent
    PointerAddedEvent
    Inherited Members
    PointerEvent.timeStamp
    PointerEvent.pointer
    PointerEvent.kind
    PointerEvent.device
    PointerEvent.position
    PointerEvent.delta
    PointerEvent.buttons
    PointerEvent.down
    PointerEvent.obscured
    PointerEvent.pressure
    PointerEvent.pressureMin
    PointerEvent.pressureMax
    PointerEvent.distance
    PointerEvent.distanceMin
    PointerEvent.distanceMax
    PointerEvent.size
    PointerEvent.radiusMajor
    PointerEvent.radiusMinor
    PointerEvent.radiusMin
    PointerEvent.radiusMax
    PointerEvent.orientation
    PointerEvent.tilt
    PointerEvent.platformData
    PointerEvent.synthesized
    PointerEvent.debugFillProperties(DiagnosticPropertiesBuilder)
    Diagnosticable.toStringShort()
    Diagnosticable.ToString()
    Diagnosticable.toString(DiagnosticLevel)
    Diagnosticable.toDiagnosticsNode(String, DiagnosticsTreeStyle)
    Namespace: Unity.UIWidgets.gestures
    Syntax
    public class PointerAddedEvent : PointerEvent

    Constructors

    PointerAddedEvent(TimeSpan, PointerDeviceKind, Int32, Offset, Boolean, Single, Single, Single, Single, Single, Single, Single, Single, Single)

    Declaration
    public PointerAddedEvent(TimeSpan timeStamp, PointerDeviceKind kind = PointerDeviceKind.touch, int device = 0, Offset position = null, bool obscured = false, float pressure = 0F, float pressureMin = 1F, float pressureMax = 1F, float distance = 0F, float distanceMax = 0F, float radiusMin = 0F, float radiusMax = 0F, float orientation = 0F, float tilt = 0F)
    Parameters
    Type Name Description
    TimeSpan timeStamp
    PointerDeviceKind kind
    Int32 device
    Offset position
    Boolean obscured
    Single pressure
    Single pressureMin
    Single pressureMax
    Single distance
    Single distanceMax
    Single radiusMin
    Single radiusMax
    Single orientation
    Single tilt
    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