API
Interface
public interface IInputPlugin
{
InputEntry GetInputEntry(string id);
InputEntry[] GetAllInputEntries();
bool HasInputEntry(string id);
}Methods
GetInputEntry
InputEntry GetInputEntry(string id)GetAllInputEntries
InputEntry[] GetAllInputEntries()HasInputEntry
InputEntry
Field
Type
Description
Initialization
Usage
Last updated
Was this helpful?
