GestureTester Class

Definition

public ref class GestureTester : UnityEngine::MonoBehaviour, Microsoft::MixedReality::Toolkit::Input::IMixedRealityGestureHandler<UnityEngine::Vector3>, UnityEngine::EventSystems::IEventSystemHandler
[UnityEngine.AddComponentMenu("Scripts/MRTK/Examples/GestureTester")]
public class GestureTester : UnityEngine.MonoBehaviour, Microsoft.MixedReality.Toolkit.Input.IMixedRealityGestureHandler<UnityEngine.Vector3>, UnityEngine.EventSystems.IEventSystemHandler
[<UnityEngine.AddComponentMenu("Scripts/MRTK/Examples/GestureTester")>]
type GestureTester = class
    inherit MonoBehaviour
    interface IMixedRealityGestureHandler<Vector3>
    interface IMixedRealityGestureHandler
    interface IMixedRealityBaseInputHandler
    interface IEventSystemHandler
Public Class GestureTester
Inherits MonoBehaviour
Implements IEventSystemHandler, IMixedRealityGestureHandler(Of Vector3)
Inheritance
UnityEngine.MonoBehaviour
GestureTester
Attributes
UnityEngine.AddComponentMenuAttribute
Implements
IMixedRealityBaseInputHandler IMixedRealityGestureHandler IMixedRealityGestureHandler<UnityEngine.Vector3> UnityEngine.EventSystems.IEventSystemHandler

Constructors

GestureTester()

Fields

DefaultMaterial
HoldIndicator
HoldMaterial
ManipulationIndicator
ManipulationMaterial
NavigationIndicator
NavigationMaterial
RailsAxisX
RailsAxisY
RailsAxisZ
SelectIndicator
SelectMaterial

Methods

OnGestureCanceled(InputEventData)
OnGestureCompleted(InputEventData)
OnGestureCompleted(InputEventData<Vector3>)
OnGestureStarted(InputEventData)
OnGestureUpdated(InputEventData)
OnGestureUpdated(InputEventData<Vector3>)

Applies to