API ReferenceSandbox
InputActionclass
An input action defined by a game project.
object→InputAction
Constructors3
Showing 3 constructors
No results match this filter.
Properties5
Showing 5 properties
public Sandbox.GamepadCode Sandbox.InputAction.GamepadCode { get; set; }
What gamepad button should this action map to?
public string Sandbox.InputAction.GroupName { get; set; }
A group name for this input when showing in a binding system
Returns:
string—public string Sandbox.InputAction.KeyboardCode { get; set; }
The key or key combo we'll be watching for.
Returns:
string—public string Sandbox.InputAction.Name { get; set; }
The name of the input action. Used by Input.Down|Pressed|Released.
Returns:
string—public string Sandbox.InputAction.Title { get; set; }
A friendly name for this input action when showing in a binding system
Returns:
string—No results match this filter.