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

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

    Show / Hide Table of Contents

    Class VisualProfilerControl

    Class that exposes methods to show/hide the visual profiler

    Inheritance
    Object
    VisualProfilerControl
    Namespace: Microsoft.MixedReality.Toolkit.Diagnostics
    Assembly: cs.temp.dll.dll
    Syntax
    public class VisualProfilerControl : MonoBehaviour

    Methods

    SetProfilerVisibility(Boolean)

    Declaration
    public void SetProfilerVisibility(bool isVisible)
    Parameters
    Type Name Description
    Boolean isVisible

    ToggleProfiler()

    Declaration
    public void ToggleProfiler()
    Back to top Generated by DocFX