Vixen
02b45cc4
csharp
public readonly record struct InputBindingConflict

One action already bound to a control a rebinding is about to take.

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

Fields and properties (4)

  • public InputAction Action

    The action that has it.

  • public int BindingIndex

    Which of its bindings.

  • public int PartIndex

    Which composite part, or -1.

  • public InputControl Control

    The control they share.

Methods (2)

  • public InputBindingConflict(InputAction Action, int BindingIndex, int PartIndex, InputControl Control)

    One action already bound to a control a rebinding is about to take.

  • public override string ToString()

    Returns the fully qualified type name of this instance.

Used by (3)

  • InputActionsVixen.Input
  • InputRebindingOperationVixen.Input
  • InputRebindingTestsVixen.Input.Tests