Inheritance
TouchSimulation
[AddComponentMenu("Input/Debug/Touch Simulation")]
[ExecuteInEditMode]
[HelpURL("https://docs.unity3d.com/Packages/com.unity.inputsystem@1.4/manual/Touch.html#touch-simulation")]
public class TouchSimulation : MonoBehaviour, IInputStateChangeMonitor
Properties
Declaration
public static TouchSimulation instance { get; }
Property Value
Declaration
public Touchscreen simulatedTouchscreen { get; }
Property Value
Methods
Declaration
protected void AddPointer(Pointer pointer)
Parameters
Type |
Name |
Description |
Pointer |
pointer |
|
Declaration
public static void Destroy()
Declaration
public static void Disable()
Declaration
public static void Enable()
Declaration
protected void InstallStateChangeMonitors(int startIndex = 0)
Parameters
Type |
Name |
Description |
Int32 |
startIndex |
|
Declaration
protected void OnDisable()
Declaration
protected void OnEnable()
Declaration
protected void OnSourceControlChangedValue(InputControl control, double time, InputEventPtr eventPtr, long sourceDeviceAndButtonIndex)
Parameters
Declaration
protected void RemovePointer(Pointer pointer)
Parameters
Type |
Name |
Description |
Pointer |
pointer |
|
Declaration
protected void UninstallStateChangeMonitors(int startIndex = 0)
Parameters
Type |
Name |
Description |
Int32 |
startIndex |
|
Explicit Interface Implementations
Declaration
void IInputStateChangeMonitor.NotifyControlStateChanged(InputControl control, double time, InputEventPtr eventPtr, long monitorIndex)
Parameters
Implements
Declaration
void IInputStateChangeMonitor.NotifyTimerExpired(InputControl control, double time, long monitorIndex, int timerIndex)
Parameters
Implements