Class GrabTouchExample
Inheritance
GrabTouchExample
Implements
IMixedRealityTouchHandler
IMixedRealityInputHandler
MonoBehaviour
Assembly: cs.temp.dll.dll
[Obsolete("This component is no longer supported", true)]
[Obsolete("This component is no longer supported", true)]
public class GrabTouchExample : MonoBehaviour, IMixedRealityTouchHandler, IMixedRealityInputHandler, MonoBehaviour
Methods
Declaration
public void OnInputDown(InputEventData eventData)
Parameters
Type |
Name |
Description |
InputEventData |
eventData |
|
Declaration
public void OnInputDown(InputEventData eventData)
Parameters
Type |
Name |
Description |
InputEventData |
eventData |
|
Declaration
public void OnInputPressed(InputEventData<float> eventData)
Parameters
Type |
Name |
Description |
InputEventData<Single> |
eventData |
|
Declaration
public void OnInputPressed(InputEventData<float> eventData)
Parameters
Type |
Name |
Description |
InputEventData<Single> |
eventData |
|
Declaration
public void OnInputUp(InputEventData eventData)
Parameters
Type |
Name |
Description |
InputEventData |
eventData |
|
Declaration
public void OnInputUp(InputEventData eventData)
Parameters
Type |
Name |
Description |
InputEventData |
eventData |
|
Declaration
public void OnPositionInputChanged(InputEventData<Vector2> eventData)
Parameters
Type |
Name |
Description |
InputEventData<Vector2> |
eventData |
|
Declaration
public void OnPositionInputChanged(InputEventData<Vector2> eventData)
Parameters
Type |
Name |
Description |
InputEventData<Vector2> |
eventData |
|
This Handler is called by a HandTrackingInputSource when a Touch action for that hand starts.
Declaration
public void OnTouchCompleted(HandTrackingInputEventData eventData)
Parameters
Type |
Name |
Description |
HandTrackingInputEventData |
eventData |
The argument passed contains information about the InputSource, the point in space where
the Touch action occurred and the status of the Touch action.
|
This Handler is called by a HandTrackingInputSource when a Touch action for that hand starts.
Declaration
public void OnTouchCompleted(HandTrackingInputEventData eventData)
Parameters
Type |
Name |
Description |
HandTrackingInputEventData |
eventData |
The argument passed contains information about the InputSource, the point in space where
the Touch action occurred and the status of the Touch action.
|
Declaration
public void OnTouchStarted(HandTrackingInputEventData eventData)
Parameters
Type |
Name |
Description |
HandTrackingInputEventData |
eventData |
|
Declaration
public void OnTouchStarted(HandTrackingInputEventData eventData)
Parameters
Type |
Name |
Description |
HandTrackingInputEventData |
eventData |
|
Declaration
public void OnTouchUpdated(HandTrackingInputEventData eventData)
Parameters
Type |
Name |
Description |
HandTrackingInputEventData |
eventData |
|
Declaration
public void OnTouchUpdated(HandTrackingInputEventData eventData)
Parameters
Type |
Name |
Description |
HandTrackingInputEventData |
eventData |
|
Implements
IMixedRealityTouchHandler
IMixedRealityInputHandler
MonoBehaviour