BaseSpatialAwarenessObserverProfile Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Abstract class that provides base profile information for Spatial Awareness Observers and their configuration
public ref class BaseSpatialAwarenessObserverProfile abstract : Microsoft::MixedReality::Toolkit::BaseMixedRealityProfile
[System.Serializable]
public abstract class BaseSpatialAwarenessObserverProfile : Microsoft.MixedReality.Toolkit.BaseMixedRealityProfile
[<System.Serializable>]
type BaseSpatialAwarenessObserverProfile = class
inherit BaseMixedRealityProfile
Public MustInherit Class BaseSpatialAwarenessObserverProfile
Inherits BaseMixedRealityProfile
- Inheritance
- Derived
- Attributes
Constructors
BaseSpatialAwarenessObserverProfile() |
Properties
IsStationaryObserver |
Indicates whether or not the spatial observer is to remain in a fixed location. |
ObservationExtents |
The size of the volume, in meters per axis, from which individual observations will be made. |
ObserverVolumeType |
The shape (ex: axis aligned cube) of the observation volume. |
StartupBehavior |
Indicates if the observer is to start immediately or wait for manual startup. |
UpdateInterval |
The frequency, in seconds, at which the spatial observer updates. |