GestureTester Class 
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 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.MonoBehaviourGestureTester
 
- 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 |