Skip to content

PlayerControllerComponent.ActionMap Property

Definition

Namespace: Brine2D.Systems.Input

Optional action map for custom key bindings. When null, the system uses default WASD / arrow key bindings. Expected actions: "MoveUp", "MoveDown", "MoveLeft", "MoveRight".

public Brine2D.Input.InputActionMap? ActionMap { get; set; }

Property Value

InputActionMap