Modifier

Share via


MixedRealityDataProviderAttribute Constructors

Definition

Overloads

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

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

public MixedRealityDataProviderAttribute (Type serviceInterfaceType, Microsoft.MixedReality.Toolkit.Utilities.SupportedPlatforms runtimePlatforms, string name = "", string profilePath = "", string packageFolder = "MixedRealityToolkit", bool requiresProfile = false);
new Microsoft.MixedReality.Toolkit.MixedRealityDataProviderAttribute : Type * Microsoft.MixedReality.Toolkit.Utilities.SupportedPlatforms * string * string * string * bool -> Microsoft.MixedReality.Toolkit.MixedRealityDataProviderAttribute
Public Sub New (serviceInterfaceType As Type, runtimePlatforms As SupportedPlatforms, Optional name As String = "", Optional profilePath As String = "", Optional packageFolder As String = "MixedRealityToolkit", Optional requiresProfile As Boolean = false)

Parameters

serviceInterfaceType
Type
runtimePlatforms
SupportedPlatforms
name
String
profilePath
String
packageFolder
String
requiresProfile
Boolean

Applies to

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

public MixedRealityDataProviderAttribute (Type serviceInterfaceType, Microsoft.MixedReality.Toolkit.Utilities.SupportedPlatforms runtimePlatforms, string name = "", string profilePath = "", string packageFolder = "MixedRealityToolkit", bool requiresProfile = false, Microsoft.MixedReality.Toolkit.Utilities.SupportedUnityXRPipelines supportedUnityXRPipelines = Microsoft.MixedReality.Toolkit.Utilities.SupportedUnityXRPipelines.LegacyXR | Microsoft.MixedReality.Toolkit.Utilities.SupportedUnityXRPipelines.XRSDK);
new Microsoft.MixedReality.Toolkit.MixedRealityDataProviderAttribute : Type * Microsoft.MixedReality.Toolkit.Utilities.SupportedPlatforms * string * string * string * bool * Microsoft.MixedReality.Toolkit.Utilities.SupportedUnityXRPipelines -> Microsoft.MixedReality.Toolkit.MixedRealityDataProviderAttribute
Public Sub New (serviceInterfaceType As Type, runtimePlatforms As SupportedPlatforms, Optional name As String = "", Optional profilePath As String = "", Optional packageFolder As String = "MixedRealityToolkit", Optional requiresProfile As Boolean = false, Optional supportedUnityXRPipelines As SupportedUnityXRPipelines = Microsoft.MixedReality.Toolkit.Utilities.SupportedUnityXRPipelines.LegacyXR | Microsoft.MixedReality.Toolkit.Utilities.SupportedUnityXRPipelines.XRSDK)

Parameters

serviceInterfaceType
Type
runtimePlatforms
SupportedPlatforms
name
String
profilePath
String
packageFolder
String
requiresProfile
Boolean
supportedUnityXRPipelines
SupportedUnityXRPipelines

Applies to