Class BaseDataProvider
The base data provider implements IMixed
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit
Assembly: cs.temp.dll.dll
Syntax
public abstract class BaseDataProvider : BaseService, IMixedRealityDataProvider, IMixedRealityService, IDisposable
Remarks
Empty, but reserved for future use, in case additional IMixed
Constructors
BaseDataProvider(IMixedRealityServiceRegistrar, IMixedRealityService, String, UInt32, BaseMixedRealityProfile)
Constructor.
Declaration
public BaseDataProvider(IMixedRealityServiceRegistrar registrar, IMixedRealityService service, string name = null, uint priority = 10U, BaseMixedRealityProfile profile = null)
Parameters
Type | Name | Description |
---|---|---|
IMixed |
registrar | The IMixed |
IMixed |
service | The IMixed |
String | name | The friendly name of the data provider. |
UInt32 | priority | The registration priority of the data provider. |
Base |
profile | The configuration profile for the data provider. |
Properties
Registrar
The service registrar instance that registered this service.
Declaration
protected IMixedRealityServiceRegistrar Registrar { get; set; }
Property Value
Type | Description |
---|---|
IMixed |
Service
The service instance to which this provider is providing data.
Declaration
protected IMixedRealityService Service { get; set; }
Property Value
Type | Description |
---|---|
IMixed |