Bearbeiten

BaseSpatialAwarenessObserverProfile Class

Definition

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
UnityEngine.ScriptableObject
BaseSpatialAwarenessObserverProfile
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.

Applies to