Vixen
02b45cc4
csharp
public sealed class InputBindingPart

One slot of a composite binding, resolved.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

A part is always one-dimensional, even when the composite it belongs to is not: up is a key, and what makes it vertical is which slot it sits in rather than anything about the control.

Fields and properties (6)

  • public InputBindingPartData Data

    What the asset said.

  • public string Part

    Which slot this fills.

  • public string? OverridePath

    The path the player rebound this to, or .

  • public string EffectivePath

    The path in force: the override if there is one, the asset's otherwise.

  • public InputControl Control

    The control this reads, or None if the path resolved to nothing.

  • public IReadOnlyList<IInputProcessor> Processors

    Its processors.

Used by (3)

  • InputActionsVixen.Input
  • InputBindingVixen.Input
  • InputRebindingTestsVixen.Input.Tests