releases/2.5.4mrtk_developmentreleases/2.1.0releases/2.2.0releases/2.3.0releases/2.4.0releases/2.5.0releases/2.5.1releases/2.5.2releases/2.5.3

We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

    Show / Hide Table of Contents

    Class BoundingBoxExampleTest

    Inheritance
    Object
    BoundingBoxExampleTest
    Implements
    IMixedRealitySpeechHandler
    Namespace: Microsoft.MixedReality.Toolkit.Examples.Demos
    Assembly: cs.temp.dll.dll
    Syntax
    public class BoundingBoxExampleTest : MonoBehaviour, IMixedRealitySpeechHandler

    Fields

    cyanMaterial

    Declaration
    public Material cyanMaterial
    Field Value
    Type Description
    Material

    darkGrayMaterial

    Declaration
    public Material darkGrayMaterial
    Field Value
    Type Description
    Material

    redMaterial

    Declaration
    public Material redMaterial
    Field Value
    Type Description
    Material

    scaleWidget

    Declaration
    public GameObject scaleWidget
    Field Value
    Type Description
    GameObject

    statusText

    Declaration
    public TextMeshPro statusText
    Field Value
    Type Description
    TextMeshPro

    Properties

    InputSystem

    The active instance of the input system.

    Declaration
    protected IMixedRealityInputSystem InputSystem { get; }
    Property Value
    Type Description
    IMixedRealityInputSystem

    Methods

    OnDisable()

    Declaration
    protected virtual void OnDisable()

    OnEnable()

    Declaration
    protected virtual void OnEnable()

    OnSpeechKeywordRecognized(SpeechEventData)

    Declaration
    public void OnSpeechKeywordRecognized(SpeechEventData eventData)
    Parameters
    Type Name Description
    SpeechEventData eventData

    Start()

    Declaration
    protected virtual void Start()

    Implements

    IMixedRealitySpeechHandler
    In This Article
    • Fields
      • cyanMaterial
      • darkGrayMaterial
      • redMaterial
      • scaleWidget
      • statusText
    • Properties
      • InputSystem
    • Methods
      • OnDisable()
      • OnEnable()
      • OnSpeechKeywordRecognized(SpeechEventData)
      • Start()
    • Implements
    Back to top Generated by DocFX