Class DashboardUI
Simple class to manage synchronizing state up to UI elements.
Namespace: Microsoft.MixedReality.WorldLocking.Examples
Assembly: cs.temp.dll.dll
Syntax
public class DashboardUI : MonoBehaviour
Fields
ButtonLoad
Manual perform load of last saved anchor state, overwriting current state.
Declaration
public Interactable ButtonLoad
Field Value
Type | Description |
---|---|
Interactable |
ButtonMerge
Button to perform a merge, only enabled when a refreeze is available.
Declaration
public Interactable ButtonMerge
Field Value
Type | Description |
---|---|
Interactable |
ButtonRefreeze
Button to perform a refreeze, only enabled when a refreeze is available.
Declaration
public Interactable ButtonRefreeze
Field Value
Type | Description |
---|---|
Interactable |
ButtonSave
Manual perform save of current anchor state.
Declaration
public Interactable ButtonSave
Field Value
Type | Description |
---|---|
Interactable |
CheckBoxAutoMerge
Toggle automatic merge operation when indicated by engine.
Declaration
public Interactable CheckBoxAutoMerge
Field Value
Type | Description |
---|---|
Interactable |
CheckBoxAutoRefreeze
Toggle automatic refreeze operations when indicated by engine.
Declaration
public Interactable CheckBoxAutoRefreeze
Field Value
Type | Description |
---|---|
Interactable |
CheckBoxAutoSave
Toggle periodic automatic saves of anchor state.
Declaration
public Interactable CheckBoxAutoSave
Field Value
Type | Description |
---|---|
Interactable |
CheckBoxManagerEnabled
Toggle Frozen World Manager.
Declaration
public Interactable CheckBoxManagerEnabled
Field Value
Type | Description |
---|---|
Interactable |
CheckBoxShowAnchors
Toggle diagnostic display of anchors.
Declaration
public Interactable CheckBoxShowAnchors
Field Value
Type | Description |
---|---|
Interactable |
CheckBoxShowInfo
Toggle display of basic information.
Declaration
public Interactable CheckBoxShowInfo
Field Value
Type | Description |
---|---|
Interactable |
CheckBoxShowMetrics
Toggle display of detailed metrics.
Declaration
public Interactable CheckBoxShowMetrics
Field Value
Type | Description |
---|---|
Interactable |
CheckBoxShowSpatMap
Toggle display of spatial map.
Declaration
public Interactable CheckBoxShowSpatMap
Field Value
Type | Description |
---|---|
Interactable |
dashboardCommand
Dashboard command dispatcher.
Declaration
public DashboardCommand dashboardCommand
Field Value
Type | Description |
---|---|
DashboardCommand |