MixedRealityToolkitVisualProfiler.ShowProfilerDuringMRC Property

Definition

If the diagnostics profiler should be visible while a mixed reality capture is happening on HoloLens.

public:
 property bool ShowProfilerDuringMRC { bool get(); void set(bool value); };
public bool ShowProfilerDuringMRC { get; set; }
member this.ShowProfilerDuringMRC : bool with get, set
Public Property ShowProfilerDuringMRC As Boolean

Property Value

Boolean

Remarks

This is not usually recommended, as MRC can have an effect on an app's frame rate.

Applies to