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

    Class MixedRealityDataProviderAttribute

    Attribute that defines the properties of a Mixed Reality Toolkit data provider.

    Inheritance
    Object
    MixedRealityExtensionServiceAttribute
    MixedRealityDataProviderAttribute
    Inherited Members
    MixedRealityExtensionServiceAttribute.Name
    MixedRealityExtensionServiceAttribute.RuntimePlatforms
    MixedRealityExtensionServiceAttribute.DefaultProfilePath
    MixedRealityExtensionServiceAttribute.PackageFolder
    MixedRealityExtensionServiceAttribute.DefaultProfile
    Namespace: Microsoft.MixedReality.Toolkit
    Assembly: cs.temp.dll.dll
    Syntax
    public class MixedRealityDataProviderAttribute : MixedRealityExtensionServiceAttribute

    Constructors

    MixedRealityDataProviderAttribute(Type, SupportedPlatforms, String, String, String)

    Declaration
    public MixedRealityDataProviderAttribute(Type serviceInterfaceType, SupportedPlatforms runtimePlatforms, string name = "", string profilePath = "", string packageFolder = "MixedRealityToolkit")
    Parameters
    Type Name Description
    Type serviceInterfaceType
    SupportedPlatforms runtimePlatforms
    String name
    String profilePath
    String packageFolder

    Properties

    ServiceInterfaceType

    The interface type of the IMixedRealityService for which the data provider is supported.

    Declaration
    public Type ServiceInterfaceType { get; }
    Property Value
    Type Description
    Type
    Back to top Generated by DocFX