MixedRealityInputSystem.RaiseOnTouchCompleted 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.
System.Object.RaiseOnTouchCompleted(Microsoft.MixedReality.Toolkit.Input.IMixedRealityInputSource,Microsoft.MixedReality.Toolkit.Input.IMixedRealityController,Microsoft.MixedReality.Toolkit.Utilities.Handedness,UnityEngine.Vector3)
public:
virtual void RaiseOnTouchCompleted(Microsoft::MixedReality::Toolkit::Input::IMixedRealityInputSource ^ source, Microsoft::MixedReality::Toolkit::Input::IMixedRealityController ^ controller, Microsoft::MixedReality::Toolkit::Utilities::Handedness handedness, UnityEngine::Vector3 touchPoint);
public void RaiseOnTouchCompleted (Microsoft.MixedReality.Toolkit.Input.IMixedRealityInputSource source, Microsoft.MixedReality.Toolkit.Input.IMixedRealityController controller, Microsoft.MixedReality.Toolkit.Utilities.Handedness handedness, UnityEngine.Vector3 touchPoint);
abstract member RaiseOnTouchCompleted : Microsoft.MixedReality.Toolkit.Input.IMixedRealityInputSource * Microsoft.MixedReality.Toolkit.Input.IMixedRealityController * Microsoft.MixedReality.Toolkit.Utilities.Handedness * UnityEngine.Vector3 -> unit
override this.RaiseOnTouchCompleted : Microsoft.MixedReality.Toolkit.Input.IMixedRealityInputSource * Microsoft.MixedReality.Toolkit.Input.IMixedRealityController * Microsoft.MixedReality.Toolkit.Utilities.Handedness * UnityEngine.Vector3 -> unit
Public Sub RaiseOnTouchCompleted (source As IMixedRealityInputSource, controller As IMixedRealityController, handedness As Handedness, touchPoint As Vector3)
Parameters
- source
- IMixedRealityInputSource
- controller
- IMixedRealityController
- handedness
- Handedness
- touchPoint
- UnityEngine.Vector3