Show / Hide Table of Contents

    Class BaseSpatialAwarenessObserverProfile

    Inheritance
    Object
    BaseMixedRealityProfile
    BaseSpatialAwarenessObserverProfile
    MixedRealitySpatialAwarenessMeshObserverProfile
    Namespace: Microsoft.MixedReality.Toolkit.SpatialAwareness
    Assembly: cs.temp.dll.dll
    Syntax
    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
    Back to top Generated by DocFX