• Home
  • Guides
  • API Documentation
WLT documentation has moved.

We are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the Core WLT section of the dot net API explorer and related pages. Existing content will remain here but will not be updated further.

  • API Documentation
  • Reference
  • Microsoft.MixedReality.WorldLocking.Examples
  • DashboardUI
Search Results for

    Show / Hide Table of Contents
    • Reference
      • Microsoft.MixedReality.WorldLocking.ASA
        • IBinder
        • IBindingOracle
        • ILocalPeg
        • IPublisher
        • LocalPegAndProperties
        • PublisherASA
        • PublisherReadiness
        • ReadinessStatus
        • SpacePinASA
        • SpacePinASA.KeyValPair
        • SpacePinBinder
        • SpacePinBinderFile
        • SpacePinCloudBinding
      • Microsoft.MixedReality.WorldLocking.ASA.Examples
        • ActionCube
        • ActionPublish
        • PlatformMenuSelector
        • ScreenSpacer
        • SpacePinASAManipulation
        • Startup
      • Microsoft.MixedReality.WorldLocking.Core
        • AdjustLocationDelegate
        • AdjustStateDelegate
        • AlignmentManager
        • AlignSubtree
        • AnchorManager
        • AnchorManager.SpongyAnchorWithId
        • AnchorManagerARCore
        • AnchorManagerNull
        • AnchorManagerWSA
        • AnchorSettings
        • AnchorSettings.AnchorSubsystem
        • AttachmentPoint
        • AttachmentPointStateType
        • Diagnostics
        • Diagnostics.Record
        • DiagnosticsSettings
        • Fragment
        • HeadPoseTrackerCamera
        • HeadPoseTrackerXR
        • IAlignmentManager
        • IAnchorManager
        • IAttachmentPoint
        • IAttachmentPointManager
        • IFragmentManager
        • IHeadPoseTracker
        • IOrientable
        • IOrienter
        • LinkageSettings
        • ManagerSettings
        • Orienter
        • Orienter.WeightedRotation
        • OrienterThreeBody
        • PoseExtensions
        • PostAlignmentLoadedDelegate
        • RefitNotificationDelegate
        • ResourceMirror
        • ResourceMirror.CompareToResource<ItemType, ResourceType>
        • ResourceMirror.CreateResource<ItemType, ResourceType>
        • ResourceMirror.DestroyResource<ResourceType>
        • ResourceMirror.UpdateResource<ItemType, ResourceType>
        • SharedDiagnosticsSettings
        • SharedManagerSettings
        • SpacePin
        • SpacePin.ModelPositionSourceEnum
        • SpacePinOrientable
        • SpongyAnchor
        • SpongyAnchorARCore
        • SpongyAnchorARF
        • SpongyAnchorNull
        • SpongyAnchorWSA
        • SpongyAnchorXR
        • TransformExtensions
        • WorldLockingContext
        • WorldLockingManager
      • Microsoft.MixedReality.WorldLocking.Core.ResourceMirrorHelper
        • IdPair<IdType, T>
      • Microsoft.MixedReality.WorldLocking.Core.Triangulator
        • Interpolant
        • ITriangulator
        • SimpleTriangulator
      • Microsoft.MixedReality.WorldLocking.Examples
        • AlignmentControl
        • CircleCam
        • DashboardCommand
        • DashboardUI
        • FallOut
        • ManipulationEndedDelegate
        • ManipulationStartedDelegate
        • PhysicsBeamSample
        • PinManipulator
        • RayPins
        • SpacePinManipulation
        • SpacePinOrientableManipulation
      • Microsoft.MixedReality.WorldLocking.Tools
        • AdjusterBase
        • AdjusterFixed
        • AdjusterMoving
        • AnchorGraphVisual
        • ConnectingLine
        • FrameVisual
        • FrozenAnchorVisual
        • FrozenSpatialMapping
        • FrozenSpatialMapping.QualityType
        • FrozenTapToAdd
        • SimpleConsole
        • SimpleSprite
        • SpacePinMeshVisualizer
        • SpacePinPercentageVisualizer
        • SpongyAnchorVisual
        • StatusToText
        • ToggleWorldAnchor
        • WorldAnchorAdapter
        • WorldLockingSetup

    Class DashboardUI

    Simple class to manage synchronizing state up to UI elements.

    Inheritance
    Object
    DashboardUI
    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
    In This Article
    • Fields
      • ButtonLoad
      • ButtonMerge
      • ButtonRefreeze
      • ButtonSave
      • CheckBoxAutoMerge
      • CheckBoxAutoRefreeze
      • CheckBoxAutoSave
      • CheckBoxManagerEnabled
      • CheckBoxShowAnchors
      • CheckBoxShowInfo
      • CheckBoxShowMetrics
      • CheckBoxShowSpatMap
      • dashboardCommand
    Back to top Generated by DocFX