Class StatusToText
Helper to bind WorldLockingManager diagnostics to text meshes for display.
Namespace: Microsoft.MixedReality.WorldLocking.Tools
Assembly: cs.temp.dll.dll
Syntax
public class StatusToText : MonoBehaviour
Properties
ErrorStatusEnabled
Text mesh for display of error status.
Declaration
public bool ErrorStatusEnabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
InfoEnabled
Text mesh for display of summary info.
Declaration
public bool InfoEnabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
MetricsEnabled
Whether display of detailed metrics currently enabled.
Declaration
public bool MetricsEnabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
StateIndicatorEnabled
Text mesh for display of current state.
Declaration
public bool StateIndicatorEnabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
VersionTimestampEnabled
Text mesh to display version and timestamp.
Declaration
public bool VersionTimestampEnabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |