Class MixedRealityDataProviderAttribute
Attribute that defines the properties of a Mixed Reality Toolkit data provider.
Inheritance
MixedRealityDataProviderAttribute
Implements
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit
Assembly: cs.temp.dll.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public class MixedRealityDataProviderAttribute : MixedRealityExtensionServiceAttribute, _Attribute
Constructors
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 |