• 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
  • DashboardCommand
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 DashboardCommand

    The DashboardCommand class provides a proxy layer between interactive elements (e.g. buttons) and the actions that need to be performed (e.g. WorldLockingManager perform a merge).

    Inheritance
    Object
    DashboardCommand
    Namespace: Microsoft.MixedReality.WorldLocking.Examples
    Assembly: cs.temp.dll.dll
    Syntax
    public class DashboardCommand : MonoBehaviour

    Properties

    AnchorVisualization

    Toggle anchor visualization.

    Declaration
    public bool AnchorVisualization { get; set; }
    Property Value
    Type Description
    Boolean

    AutoMerge

    Toggle automatic merging whenever indicated by underlying system.

    Declaration
    public bool AutoMerge { get; set; }
    Property Value
    Type Description
    Boolean

    AutoRefreeze

    Toggle automatic refreezing whenever indicated by underlying system.

    Declaration
    public bool AutoRefreeze { get; set; }
    Property Value
    Type Description
    Boolean

    AutoSave

    Toggle automatic saving of state for later restore.

    Declaration
    public bool AutoSave { get; set; }
    Property Value
    Type Description
    Boolean

    HasSpatialMap

    Return whether there is an available frozen spatial mapping setup and attached.

    Declaration
    public bool HasSpatialMap { get; }
    Property Value
    Type Description
    Boolean

    InfoEnabled

    Toggle info display.

    Declaration
    public bool InfoEnabled { get; set; }
    Property Value
    Type Description
    Boolean

    ManagerEnabled

    Whether the WorldLockingManager is actively stabilizing space or being bypassed.

    Declaration
    public bool ManagerEnabled { get; set; }
    Property Value
    Type Description
    Boolean

    MetricsEnabled

    Toggle Metrics display

    Declaration
    public bool MetricsEnabled { get; set; }
    Property Value
    Type Description
    Boolean

    SpatialMapDisplayEnabled

    Toggle whether the spatial mapping mesh is displayed.

    Declaration
    public bool SpatialMapDisplayEnabled { get; set; }
    Property Value
    Type Description
    Boolean

    StateEnabled

    Toggle state display

    Declaration
    public bool StateEnabled { get; set; }
    Property Value
    Type Description
    Boolean

    StatusEnabled

    Toggle status display

    Declaration
    public bool StatusEnabled { get; set; }
    Property Value
    Type Description
    Boolean

    Methods

    Load()

    Load the last frozen world state, overwriting current state.

    Declaration
    public void Load()

    Merge()

    Perform a merge.

    Declaration
    public void Merge()

    Refreeze()

    Perform a refreeze

    Declaration
    public void Refreeze()

    Reset()

    Reset the frozen world state to a starting condition.

    Declaration
    public void Reset()

    Save()

    Save current frozen world state.

    Declaration
    public void Save()

    ToggleGui()

    Declaration
    public void ToggleGui()

    ToggleManager()

    Declaration
    public void ToggleManager()
    In This Article
    • Properties
      • AnchorVisualization
      • AutoMerge
      • AutoRefreeze
      • AutoSave
      • HasSpatialMap
      • InfoEnabled
      • ManagerEnabled
      • MetricsEnabled
      • SpatialMapDisplayEnabled
      • StateEnabled
      • StatusEnabled
    • Methods
      • Load()
      • Merge()
      • Refreeze()
      • Reset()
      • Save()
      • ToggleGui()
      • ToggleManager()
    Back to top Generated by DocFX