We've moved!

Starting from MRTK 2.6, 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 MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

Search Results for

    Show / Hide Table of Contents

    Class WindowsMixedRealitySpatialMeshObserver

    Inheritance
    Object
    GenericXRSDKSpatialMeshObserver
    WindowsMixedRealitySpatialMeshObserver
    Implements
    IMixedRealityCapabilityCheck
    Inherited Members
    GenericXRSDKSpatialMeshObserver.CreateObserver()
    GenericXRSDKSpatialMeshObserver.CleanupObserver()
    GenericXRSDKSpatialMeshObserver.LookupTriangleDensity(SpatialAwarenessMeshLevelOfDetail)
    GenericXRSDKSpatialMeshObserver.CheckCapability(MixedRealityCapability)
    GenericXRSDKSpatialMeshObserver.Update()
    GenericXRSDKSpatialMeshObserver.spareMeshObject
    GenericXRSDKSpatialMeshObserver.Resume()
    GenericXRSDKSpatialMeshObserver.Suspend()
    GenericXRSDKSpatialMeshObserver.ClearObservations()
    GenericXRSDKSpatialMeshObserver.RemoveMeshObject(Int32)
    GenericXRSDKSpatialMeshObserver.ReclaimMeshObject(SpatialAwarenessMeshObject)
    Namespace: Microsoft.MixedReality.Toolkit.XRSDK.WindowsMixedReality
    Assembly: cs.temp.dll.dll
    Syntax
    public class WindowsMixedRealitySpatialMeshObserver : GenericXRSDKSpatialMeshObserver, IMixedRealityCapabilityCheck

    Constructors

    WindowsMixedRealitySpatialMeshObserver(IMixedRealitySpatialAwarenessSystem, String, UInt32, BaseMixedRealityProfile)

    Constructor.

    Declaration
    public WindowsMixedRealitySpatialMeshObserver(IMixedRealitySpatialAwarenessSystem spatialAwarenessSystem, string name = null, uint priority = default(uint), BaseMixedRealityProfile profile = null)
    Parameters
    Type Name Description
    IMixedRealitySpatialAwarenessSystem spatialAwarenessSystem
    String name

    Friendly name of the service.

    UInt32 priority

    Service priority. Used to determine order of instantiation.

    BaseMixedRealityProfile profile

    The service's configuration profile.

    Methods

    ConfigureObserverVolume()

    Applies the configured observation extents.

    Declaration
    protected override void ConfigureObserverVolume()
    Overrides
    GenericXRSDKSpatialMeshObserver.ConfigureObserverVolume()

    Implements

    IMixedRealityCapabilityCheck
    In This Article
    Back to top Generated by DocFX