Class WindowsMixedRealitySpatialMeshObserver
Implements
Inherited Members
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()