mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Struct MixedRealitySpatialObserverConfiguration

    Implements
    IMixedRealityServiceConfiguration
    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: Microsoft.MixedReality.Toolkit.SpatialAwareness
    Assembly: cs.temp.dll.dll
    Syntax
    public struct MixedRealitySpatialObserverConfiguration : IMixedRealityServiceConfiguration

    Constructors

    MixedRealitySpatialObserverConfiguration(SystemType, String, UInt32, SupportedPlatforms, BaseSpatialAwarenessObserverProfile)

    Constructor.

    Declaration
    public MixedRealitySpatialObserverConfiguration(SystemType componentType, string componentName, uint priority, SupportedPlatforms runtimePlatform, BaseSpatialAwarenessObserverProfile configurationProfile)
    Parameters
    Type Name Description
    SystemType componentType

    The SystemType of the observer.

    String componentName

    The friendly name of the observer.

    UInt32 priority

    The load priority of the observer.

    SupportedPlatforms runtimePlatform

    The runtime platform(s) supported by the observer.

    BaseSpatialAwarenessObserverProfile configurationProfile

    The configuration profile for the observer.

    MixedRealitySpatialObserverConfiguration(SystemType, String, UInt32, SupportedPlatforms, BaseSpatialAwarenessObserverProfile)

    Constructor.

    Declaration
    public MixedRealitySpatialObserverConfiguration(SystemType componentType, string componentName, uint priority, SupportedPlatforms runtimePlatform, BaseSpatialAwarenessObserverProfile configurationProfile)
    Parameters
    Type Name Description
    SystemType componentType

    The SystemType of the observer.

    String componentName

    The friendly name of the observer.

    UInt32 priority

    The load priority of the observer.

    SupportedPlatforms runtimePlatform

    The runtime platform(s) supported by the observer.

    BaseSpatialAwarenessObserverProfile configurationProfile

    The configuration profile for the observer.

    Properties

    ComponentName

    Declaration
    public string ComponentName { get; }
    Property Value
    Type Description
    String

    ComponentName

    Declaration
    public string ComponentName { get; }
    Property Value
    Type Description
    String

    ComponentType

    Declaration
    public SystemType ComponentType { get; }
    Property Value
    Type Description
    SystemType

    ComponentType

    Declaration
    public SystemType ComponentType { get; }
    Property Value
    Type Description
    SystemType

    ObserverProfile

    Spatial Observer specific configuration profile.

    Declaration
    public BaseSpatialAwarenessObserverProfile ObserverProfile { get; }
    Property Value
    Type Description
    BaseSpatialAwarenessObserverProfile

    ObserverProfile

    Spatial Observer specific configuration profile.

    Declaration
    public BaseSpatialAwarenessObserverProfile ObserverProfile { get; }
    Property Value
    Type Description
    BaseSpatialAwarenessObserverProfile

    Priority

    Declaration
    public uint Priority { get; }
    Property Value
    Type Description
    UInt32

    Priority

    Declaration
    public uint Priority { get; }
    Property Value
    Type Description
    UInt32

    Profile

    Declaration
    public BaseMixedRealityProfile Profile { get; }
    Property Value
    Type Description
    BaseMixedRealityProfile

    RuntimePlatform

    Declaration
    public SupportedPlatforms RuntimePlatform { get; }
    Property Value
    Type Description
    SupportedPlatforms

    RuntimePlatform

    Declaration
    public SupportedPlatforms RuntimePlatform { get; }
    Property Value
    Type Description
    SupportedPlatforms

    Implements

    IMixedRealityServiceConfiguration
    In This Article
    • Constructors
      • MixedRealitySpatialObserverConfiguration(SystemType, String, UInt32, SupportedPlatforms, BaseSpatialAwarenessObserverProfile)
      • MixedRealitySpatialObserverConfiguration(SystemType, String, UInt32, SupportedPlatforms, BaseSpatialAwarenessObserverProfile)
    • Properties
      • ComponentName
      • ComponentName
      • ComponentType
      • ComponentType
      • ObserverProfile
      • ObserverProfile
      • Priority
      • Priority
      • Profile
      • RuntimePlatform
      • RuntimePlatform
    • Implements
    Back to top Generated by DocFX