ControllerPoseSynchronizer.OnInputChanged Method
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.
OnInputChanged(InputEventData<MixedRealityPose>) |
Raised input event updates from the type of input specified in the interface handler implementation. |
OnInputChanged(InputEventData<Single>) |
Raised input event updates from the type of input specified in the interface handler implementation. |
OnInputChanged(InputEventData<Quaternion>) |
Raised input event updates from the type of input specified in the interface handler implementation. |
OnInputChanged(InputEventData<Vector2>) |
Raised input event updates from the type of input specified in the interface handler implementation. |
OnInputChanged(InputEventData<Vector3>) |
Raised input event updates from the type of input specified in the interface handler implementation. |
Raised input event updates from the type of input specified in the interface handler implementation.
public:
virtual void OnInputChanged(Microsoft::MixedReality::Toolkit::Input::InputEventData<Microsoft::MixedReality::Toolkit::Utilities::MixedRealityPose> ^ eventData);
public virtual void OnInputChanged (Microsoft.MixedReality.Toolkit.Input.InputEventData<Microsoft.MixedReality.Toolkit.Utilities.MixedRealityPose> eventData);
abstract member OnInputChanged : Microsoft.MixedReality.Toolkit.Input.InputEventData<Microsoft.MixedReality.Toolkit.Utilities.MixedRealityPose> -> unit
override this.OnInputChanged : Microsoft.MixedReality.Toolkit.Input.InputEventData<Microsoft.MixedReality.Toolkit.Utilities.MixedRealityPose> -> unit
Public Overridable Sub OnInputChanged (eventData As InputEventData(Of MixedRealityPose))
Parameters
- eventData
- InputEventData<MixedRealityPose>
Implements
Applies to
MRTK2 Unity 2018 2.7.0 and other versions
Product | Versions |
---|---|
MRTK2 Unity 2018 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0 |
MRTK2 Unity 2019 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |
MRTK2 Unity 2020 | 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |
Raised input event updates from the type of input specified in the interface handler implementation.
public:
virtual void OnInputChanged(Microsoft::MixedReality::Toolkit::Input::InputEventData<float> ^ eventData);
public virtual void OnInputChanged (Microsoft.MixedReality.Toolkit.Input.InputEventData<float> eventData);
abstract member OnInputChanged : Microsoft.MixedReality.Toolkit.Input.InputEventData<single> -> unit
override this.OnInputChanged : Microsoft.MixedReality.Toolkit.Input.InputEventData<single> -> unit
Public Overridable Sub OnInputChanged (eventData As InputEventData(Of Single))
Parameters
- eventData
- InputEventData<Single>
Implements
Applies to
MRTK2 Unity 2018 2.7.0 and other versions
Product | Versions |
---|---|
MRTK2 Unity 2018 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0 |
MRTK2 Unity 2019 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |
MRTK2 Unity 2020 | 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |
Raised input event updates from the type of input specified in the interface handler implementation.
public:
virtual void OnInputChanged(Microsoft::MixedReality::Toolkit::Input::InputEventData<UnityEngine::Quaternion> ^ eventData);
public virtual void OnInputChanged (Microsoft.MixedReality.Toolkit.Input.InputEventData<UnityEngine.Quaternion> eventData);
abstract member OnInputChanged : Microsoft.MixedReality.Toolkit.Input.InputEventData<UnityEngine.Quaternion> -> unit
override this.OnInputChanged : Microsoft.MixedReality.Toolkit.Input.InputEventData<UnityEngine.Quaternion> -> unit
Public Overridable Sub OnInputChanged (eventData As InputEventData(Of Quaternion))
Parameters
- eventData
- InputEventData<UnityEngine.Quaternion>
Implements
Applies to
MRTK2 Unity 2018 2.7.0 and other versions
Product | Versions |
---|---|
MRTK2 Unity 2018 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0 |
MRTK2 Unity 2019 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |
MRTK2 Unity 2020 | 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |
Raised input event updates from the type of input specified in the interface handler implementation.
public:
virtual void OnInputChanged(Microsoft::MixedReality::Toolkit::Input::InputEventData<UnityEngine::Vector2> ^ eventData);
public virtual void OnInputChanged (Microsoft.MixedReality.Toolkit.Input.InputEventData<UnityEngine.Vector2> eventData);
abstract member OnInputChanged : Microsoft.MixedReality.Toolkit.Input.InputEventData<UnityEngine.Vector2> -> unit
override this.OnInputChanged : Microsoft.MixedReality.Toolkit.Input.InputEventData<UnityEngine.Vector2> -> unit
Public Overridable Sub OnInputChanged (eventData As InputEventData(Of Vector2))
Parameters
- eventData
- InputEventData<UnityEngine.Vector2>
Implements
Applies to
MRTK2 Unity 2018 2.7.0 and other versions
Product | Versions |
---|---|
MRTK2 Unity 2018 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0 |
MRTK2 Unity 2019 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |
MRTK2 Unity 2020 | 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |
Raised input event updates from the type of input specified in the interface handler implementation.
public:
virtual void OnInputChanged(Microsoft::MixedReality::Toolkit::Input::InputEventData<UnityEngine::Vector3> ^ eventData);
public virtual void OnInputChanged (Microsoft.MixedReality.Toolkit.Input.InputEventData<UnityEngine.Vector3> eventData);
abstract member OnInputChanged : Microsoft.MixedReality.Toolkit.Input.InputEventData<UnityEngine.Vector3> -> unit
override this.OnInputChanged : Microsoft.MixedReality.Toolkit.Input.InputEventData<UnityEngine.Vector3> -> unit
Public Overridable Sub OnInputChanged (eventData As InputEventData(Of Vector3))
Parameters
- eventData
- InputEventData<UnityEngine.Vector3>
Implements
Applies to
MRTK2 Unity 2018 2.7.0 and other versions
Product | Versions |
---|---|
MRTK2 Unity 2018 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0 |
MRTK2 Unity 2019 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |
MRTK2 Unity 2020 | 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |