Interface IInputDevice
Interface for referring to platform devices used as part of input ownership.
Namespace: Unity.PlatformToolkit
Assembly: Unity.PlatformToolkit.dll
Syntax
public interface IInputDevice
Properties
Id
Platform specific and input system agnostic id.
Declaration
string Id { get; }
Property Value
| Type | Description |
|---|---|
| string |
IdType
Platform can support different types of Id for input devices.
Declaration
string IdType { get; }
Property Value
| Type | Description |
|---|---|
| string |