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
    [Serializable]
    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.

    Properties

    ComponentName

    The simple, human readable name for the system, feature, or manager.

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

    ComponentType

    The concrete type for the system, feature or manager.

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

    ObserverProfile

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

    Priority

    The priority this system, feature, or manager will be initialized in.

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

    RuntimePlatform

    The runtime platform(s) to run this service.

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

    Implements

    IMixedRealityServiceConfiguration
    Back to top Generated by DocFX