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