Class TouchPinchGesture
Inheritance
System.Object
TouchPinchGesture
Syntax
public class TouchPinchGesture : TouchGesture, IGesture
Constructors
TouchPinchGesture()
Declaration
public TouchPinchGesture()
TouchPinchGesture(Action<Single>)
Declaration
public TouchPinchGesture(Action<float> onPinch)
Parameters
| Type |
Name |
Description |
| System.Action<System.Single> |
onPinch |
|
Properties
DetectionThreshold
Declaration
public float DetectionThreshold { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
Multiplier
Declaration
public float Multiplier { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
Methods
Update()
Declaration
public override void Update()
Overrides
Events
onPinch
Declaration
public event Action<float> onPinch
Event Type
| Type |
Description |
| System.Action<System.Single> |
|
onPinchEnd
Declaration
public event Action onPinchEnd
Event Type
| Type |
Description |
| System.Action |
|
onPinchStart
Declaration
public event Action onPinchStart
Event Type
| Type |
Description |
| System.Action |
|