Class BaseSpatialAwarenessObserverProfile
Abstract class that provides base profile information for Spatial Awareness Observers and their configuration
Inheritance
Namespace: Microsoft.MixedReality.Toolkit.SpatialAwareness
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public abstract class BaseSpatialAwarenessObserverProfile : BaseMixedRealityProfile
Properties
IsStationaryObserver
Indicates whether or not the spatial observer is to remain in a fixed location.
Declaration
public bool IsStationaryObserver { get; }
Property Value
Type | Description |
---|---|
Boolean |
ObservationExtents
The size of the volume, in meters per axis, from which individual observations will be made.
Declaration
public Vector3 ObservationExtents { get; }
Property Value
Type | Description |
---|---|
Vector3 |
ObserverVolumeType
The shape (ex: axis aligned cube) of the observation volume.
Declaration
public VolumeType ObserverVolumeType { get; }
Property Value
Type | Description |
---|---|
VolumeType |
StartupBehavior
Indicates if the observer is to start immediately or wait for manual startup.
Declaration
public AutoStartBehavior StartupBehavior { get; }
Property Value
Type | Description |
---|---|
AutoStartBehavior |
UpdateInterval
The frequency, in seconds, at which the spatial observer updates.
Declaration
public float UpdateInterval { get; }
Property Value
Type | Description |
---|---|
Single |