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.

    Show / Hide Table of Contents

    Interface IMixedRealityServiceConfiguration

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

    Namespace: Microsoft.MixedReality.Toolkit
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IMixedRealityServiceConfiguration

    Properties

    ComponentName

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

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

    ComponentType

    The concrete type for the system, feature or manager.

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

    Priority

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

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

    RuntimePlatform

    The runtime platform(s) to run this service.

    Declaration
    SupportedPlatforms RuntimePlatform { get; }
    Property Value
    Type Description
    SupportedPlatforms
    Back to top Generated by DocFX