mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0releases/2.3.0releases/2.4.0releases/2.5.0releases/2.5.1releases/2.5.2releases/2.5.3
  • Features and Architecture
  • API Documentation

We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

  • API Documentation
Search Results for

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

    Properties

    ComponentName

    The name of 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

    ConfigurationProfile

    The configuration profile for the service.

    Declaration
    [Obsolete("Use Profile property instead")]
    public BaseMixedRealityProfile ConfigurationProfile { get; }
    Property Value
    Type Description
    BaseMixedRealityProfile

    Priority

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

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

    Profile

    Profile configuration associated with the service

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

    RuntimePlatform

    The runtime platform(s) to run this service.

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

    Implements

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