Interaction that requires multiple taps (press and release within tapTime) spaced no more
than tapDelay seconds apart.
Inheritance
System.Object
MultiTapInteraction
public class MultiTapInteraction : IInputInteraction<float>, IInputInteraction
Fields
Declaration
Field Value
| Type |
Description |
| System.Single |
|
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
Declaration
Field Value
| Type |
Description |
| System.Single |
|
Declaration
Field Value
| Type |
Description |
| System.Single |
|
Methods
Process(ref InputInteractionContext)
Declaration
public void Process(ref InputInteractionContext context)
Parameters
Implements
Declaration
Implements