docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class MagnificationGestureEvent

    Event sent when a magnification gesture is recognized.

    Inheritance
    object
    EventBase
    EventBase<MagnificationGestureEvent>
    MagnificationGestureEvent
    Implements
    IDisposable
    Inherited Members
    EventBase<MagnificationGestureEvent>.TypeId()
    EventBase<MagnificationGestureEvent>.GetPooled()
    EventBase<MagnificationGestureEvent>.Dispose()
    EventBase<MagnificationGestureEvent>.eventTypeId
    EventBase.RegisterEventType()
    EventBase.PreDispatch()
    EventBase.PreDispatch(IPanel)
    EventBase.PostDispatch()
    EventBase.PostDispatch(IPanel)
    EventBase.StopPropagation()
    EventBase.StopImmediatePropagation()
    EventBase.PreventDefault()
    EventBase.timestamp
    EventBase.bubbles
    EventBase.tricklesDown
    EventBase.target
    EventBase.isPropagationStopped
    EventBase.isImmediatePropagationStopped
    EventBase.isDefaultPrevented
    EventBase.propagationPhase
    EventBase.currentTarget
    EventBase.dispatch
    EventBase.imguiEvent
    EventBase.originalMousePosition
    EventBase.pooled
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.AppUI.UI
    Assembly: Unity.AppUI.dll
    Syntax
    public class MagnificationGestureEvent : EventBase<MagnificationGestureEvent>, IDisposable

    Constructors

    MagnificationGestureEvent()

    Default constructor.

    Declaration
    public MagnificationGestureEvent()

    Properties

    gesture

    The magnification gesture.

    Declaration
    public MagnificationGesture gesture { get; set; }
    Property Value
    Type Description
    MagnificationGesture

    Methods

    Init()

    Resets all event members to their initial values.

    Declaration
    protected override void Init()
    Overrides
    UnityEngine.UIElements.EventBase<Unity.AppUI.UI.MagnificationGestureEvent>.Init()

    Implements

    IDisposable
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)