Class TestInputDataProvider
Dummy test IMixedRealityInputDeviceManager implementation only used for testing
Inheritance
TestInputDataProvider
Implements
IMixedRealityInputDeviceManager
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Tests.EditMode.Services
Assembly: cs.temp.dll.dll
Syntax
[MixedRealityDataProvider(typeof(IMixedRealityInputSystem), null, "Test Input Data Provider")]
public class TestInputDataProvider : TestBaseDataProvider, ITestInputDataProvider, IMixedRealityDataProvider, ITestService, IMixedRealityService, IDisposable, IMixedRealityInputDeviceManager
Constructors
TestInputDataProvider(IMixedRealityInputSystem, String, UInt32, BaseMixedRealityProfile)
Declaration
public TestInputDataProvider(IMixedRealityInputSystem inputSystem, string name, uint priority, BaseMixedRealityProfile profile)
Parameters
Type | Name | Description |
---|---|---|
IMixedRealityInputSystem | inputSystem | |
String | name | |
UInt32 | priority | |
BaseMixedRealityProfile | profile |
Methods
GetActiveControllers()
Declaration
public IMixedRealityController[] GetActiveControllers()
Returns
Type | Description |
---|---|
IMixedRealityController[] |
Implements
IMixedRealityInputDeviceManager