日本語翻訳ドキュメントはサポートを終了しました

MRTK 2.6 以降のドキュメントについては、公式の Microsoft ドキュメント を参照してください。

    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

    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
    Back to top Generated by DocFX