Loading...
Searching...
No Matches
AdventureCore.Tests.TestInput Class Reference
Inheritance diagram for AdventureCore.Tests.TestInput:

Classes

interface  ITestActions
 
struct  TestActions
 

Public Member Functions

void Dispose ()
 
bool Contains (InputAction action)
 
IEnumerator< InputAction > GetEnumerator ()
 
void Enable ()
 
void Disable ()
 
InputAction FindAction (string actionNameOrId, bool throwIfNotFound=false)
 
int FindBinding (InputBinding bindingMask, out InputAction action)
 

Properties

InputActionAsset asset [get]
 
InputBinding? bindingMask [get, set]
 
ReadOnlyArray< InputDevice >? devices [get, set]
 
ReadOnlyArray< InputControlScheme > controlSchemes [get]
 
IEnumerable< InputBinding > bindings [get]
 
TestActions Test [get]
 
InputControlScheme GamepadScheme [get]
 
InputControlScheme KeyboardMouseScheme [get]