mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Struct MixedRealityServiceConfiguration

    Defines a system, feature, or manager to be registered with as a IMixedRealityExtensionService on startup.

    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
    Assembly: cs.temp.dll.dll
    Syntax
    public struct MixedRealityServiceConfiguration : IMixedRealityServiceConfiguration

    Constructors

    MixedRealityServiceConfiguration(SystemType, String, UInt32, SupportedPlatforms, BaseMixedRealityProfile)

    Constructor.

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

    The concrete type for the system, feature or manager.

    String componentName

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

    UInt32 priority

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

    SupportedPlatforms runtimePlatform

    The runtime platform(s) to run this system, feature, or manager on.

    BaseMixedRealityProfile configurationProfile

    The configuration profile for the service.

    MixedRealityServiceConfiguration(SystemType, String, UInt32, SupportedPlatforms, BaseMixedRealityProfile)

    Constructor.

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

    The concrete type for the system, feature or manager.

    String componentName

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

    UInt32 priority

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

    SupportedPlatforms runtimePlatform

    The runtime platform(s) to run this system, feature, or manager on.

    BaseMixedRealityProfile configurationProfile

    The configuration profile for the service.

    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

    ConfigurationProfile

    The configuration profile for the service.

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

    ConfigurationProfile

    The configuration profile for the service.

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

    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
      • MixedRealityServiceConfiguration(SystemType, String, UInt32, SupportedPlatforms, BaseMixedRealityProfile)
      • MixedRealityServiceConfiguration(SystemType, String, UInt32, SupportedPlatforms, BaseMixedRealityProfile)
    • Properties
      • ComponentName
      • ComponentName
      • ComponentType
      • ComponentType
      • ConfigurationProfile
      • ConfigurationProfile
      • Priority
      • Priority
      • Profile
      • RuntimePlatform
      • RuntimePlatform
    • Implements
    Back to top Generated by DocFX