IMixedRealityInputSystem.RaiseOnTouchUpdated Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void RaiseOnTouchUpdated(Microsoft::MixedReality::Toolkit::Input::IMixedRealityInputSource ^ source, Microsoft::MixedReality::Toolkit::Input::IMixedRealityController ^ controller, Microsoft::MixedReality::Toolkit::Utilities::Handedness handedness, UnityEngine::Vector3 touchPoint);
public void RaiseOnTouchUpdated (Microsoft.MixedReality.Toolkit.Input.IMixedRealityInputSource source, Microsoft.MixedReality.Toolkit.Input.IMixedRealityController controller, Microsoft.MixedReality.Toolkit.Utilities.Handedness handedness, UnityEngine.Vector3 touchPoint);
abstract member RaiseOnTouchUpdated : Microsoft.MixedReality.Toolkit.Input.IMixedRealityInputSource * Microsoft.MixedReality.Toolkit.Input.IMixedRealityController * Microsoft.MixedReality.Toolkit.Utilities.Handedness * UnityEngine.Vector3 -> unit
Public Sub RaiseOnTouchUpdated (source As IMixedRealityInputSource, controller As IMixedRealityController, handedness As Handedness, touchPoint As Vector3)
Parameters
- source
- IMixedRealityInputSource
- controller
- IMixedRealityController
- handedness
- Handedness
- touchPoint
- UnityEngine.Vector3