Struct MagnificationGesture
A magnification gesture received from a magic trackpad.
Implements
Inherited Members
Namespace: Unity.AppUI.Core
Assembly: solution.dll
Syntax
public struct MagnificationGesture : IEquatable<MagnificationGesture>
Constructors
Name | Description |
---|---|
MagnificationGesture(float, TouchPhase) | Constructor. |
Properties
Name | Description |
---|---|
deltaMagnification | The magnification delta of the gesture since the last frame. |
phase | The phase of the gesture. |
scrollDelta | The scroll delta of the gesture since the last frame. |
Methods
Name | Description |
---|---|
Equals(object) | Determines whether the specified object is equal to the current object. |
Equals(MagnificationGesture) | Determines whether the specified object is equal to the current object. |
GetHashCode() | Serves as the default hash function. |
Operators
Name | Description |
---|---|
operator ==(MagnificationGesture, MagnificationGesture) | Determines whether two specified MagnificationGesture objects are equal. |
operator !=(MagnificationGesture, MagnificationGesture) | Determines whether two specified MagnificationGesture objects are not equal. |