BoundsControlRuntimeExample 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.
This example script demonstrates various bounds control runtime configurations
public ref class BoundsControlRuntimeExample : UnityEngine::MonoBehaviour, Microsoft::MixedReality::Toolkit::Input::IMixedRealitySpeechHandler, UnityEngine::EventSystems::IEventSystemHandlerpublic class BoundsControlRuntimeExample : UnityEngine.MonoBehaviour, Microsoft.MixedReality.Toolkit.Input.IMixedRealitySpeechHandler, UnityEngine.EventSystems.IEventSystemHandlertype BoundsControlRuntimeExample = class
    inherit MonoBehaviour
    interface IMixedRealitySpeechHandler
    interface IMixedRealityBaseInputHandler
    interface IEventSystemHandlerPublic Class BoundsControlRuntimeExample
Inherits MonoBehaviour
Implements IEventSystemHandler, IMixedRealitySpeechHandler- Inheritance
- 
				UnityEngine.MonoBehaviourBoundsControlRuntimeExample
- Implements
- 
		IMixedRealityBaseInputHandler IMixedRealitySpeechHandler UnityEngine.EventSystems.IEventSystemHandler
Constructors
| BoundsControlRuntimeExample() | 
Fields
| cyanMaterial | |
| darkGrayMaterial | |
| redMaterial | |
| scaleWidget | |
| statusText | 
Methods
| OnDisable() | |
| OnEnable() | |
| OnSpeechKeywordRecognized(SpeechEventData) | |
| Start() |