csharp
public readonly record struct InputBindingConflictOne 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 ActionThe action that has it.
public int BindingIndexWhich of its bindings.
public int PartIndexWhich composite part, or -1.
public InputControl ControlThe 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