mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class BaseSpatialAwarenessObserverProfile

    Abstract class that provides base profile information for Spatial Awareness Observers and their configuration

    Inheritance
    Object
    BaseMixedRealityProfile
    BaseSpatialAwarenessObserverProfile
    MixedRealitySpatialAwarenessMeshObserverProfile
    Implements
    ScriptableObject
    Namespace: Microsoft.MixedReality.Toolkit.SpatialAwareness
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class BaseSpatialAwarenessObserverProfile : BaseMixedRealityProfile, ScriptableObject

    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

    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

    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

    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

    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

    UpdateInterval

    The frequency, in seconds, at which the spatial observer updates.

    Declaration
    public float UpdateInterval { get; }
    Property Value
    Type Description
    Single

    Implements

    ScriptableObject
    In This Article
    • Properties
      • IsStationaryObserver
      • IsStationaryObserver
      • ObservationExtents
      • ObservationExtents
      • ObserverVolumeType
      • ObserverVolumeType
      • StartupBehavior
      • StartupBehavior
      • UpdateInterval
      • UpdateInterval
    • Implements
    Back to top Generated by DocFX