mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0
  • 指南
  • API 文档
  • API 文档

    Show / Hide Table of Contents

    Class MixedRealityDataProviderAttribute

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

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

    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

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

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

    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

    ServiceInterfaceType

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

    Declaration
    public Type ServiceInterfaceType { get; }
    Property Value
    Type Description
    Type

    Implements

    Attribute
    In This Article
    • Constructors
      • MixedRealityDataProviderAttribute(Type, SupportedPlatforms, String, String, String)
      • MixedRealityDataProviderAttribute(Type, SupportedPlatforms, String, String, String, Boolean)
    • Properties
      • ServiceInterfaceType
      • ServiceInterfaceType
    • Implements
    Back to top Generated by DocFX