csharp
public sealed class InputBindingPartOne 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 DataWhat the asset said.
public string PartWhich slot this fills.
public string? OverridePathThe path the player rebound this to, or .
public string EffectivePathThe path in force: the override if there is one, the asset's otherwise.
public InputControl ControlThe control this reads, or None if the path resolved to nothing.
public IReadOnlyList<IInputProcessor> ProcessorsIts processors.
Used by (3)
- InputActionsVixen.Input
- InputBindingVixen.Input
- InputRebindingTestsVixen.Input.Tests