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