API ReferenceSandbox
public class Sandbox.InputAction
An input action defined by a game project.
Related Guides
Broader workflow and conceptual references connected to this API.
Constructors
Showing 3 constructors
No results match this filter.
Properties
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
public string Sandbox.InputAction.KeyboardCode { get; set; }
The key or key combo we'll be watching for.
public string Sandbox.InputAction.Name { get; set; }
The name of the input action. Used by Input.Down|Pressed|Released.
public string Sandbox.InputAction.Title { get; set; }
A friendly name for this input action when showing in a binding system
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.InputAction |