API ReferenceSandbox
public class Sandbox.InputSettings : Sandbox.ConfigData
A class that holds all configured input settings for a game. This is serialized as a config and shared from the server to the client.
Constructors
Showing 1 constructors
public InputSettings()
No results match this filter.
Methods
Showing 1 methods
public void InitDefault()
No results match this filter.
Properties
Showing 1 properties
public System.Collections.Generic.List`1<Sandbox.InputAction> Sandbox.InputSettings.Actions { get; set; }
A list of actions used by the game.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.InputSettings |