Class FixedUpdateInput
- Namespace
- Coherence.Toolkit
- Assembly
- Coherence.Toolkit.dll
public class FixedUpdateInput
- Inheritance
-
FixedUpdateInput
Methods
public bool GetButton(string buttonName)
Parameters
buttonName
string
Returns
- bool
public bool GetButtonDown(string buttonName)
Parameters
buttonName
string
Returns
- bool
public bool GetButtonUp(string buttonName)
Parameters
buttonName
string
Returns
- bool
public bool GetKey(string name)
Parameters
name
string
Returns
- bool
public bool GetKey(KeyCode key)
Parameters
key
KeyCode
Returns
- bool
public bool GetKeyDown(string name)
Parameters
name
string
Returns
- bool
public bool GetKeyDown(KeyCode key)
Parameters
key
KeyCode
Returns
- bool
public bool GetKeyUp(string name)
Parameters
name
string
Returns
- bool
public bool GetKeyUp(KeyCode key)
Parameters
key
KeyCode
Returns
- bool
public bool GetMouseButton(int button)
Parameters
button
int
Returns
- bool
public bool GetMouseButtonDown(int button)
Parameters
button
int
Returns
- bool
public bool GetMouseButtonUp(int button)
Parameters
button
int
Returns
- bool