Vixen
02b45cc4
csharp
public record class InputControlSchemeData

One control scheme, as the document holds it.

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

Fields and properties (2)

  • public string Name

    Its name, which is what a binding's groups names.

  • public IReadOnlyList<InputDeviceRequirementData> Devices

    What it needs, or an empty list.

Methods (1)

  • public InputControlSchemeData(string Name, IReadOnlyList<InputDeviceRequirementData>? Devices = null)

    One control scheme, as the document holds it.

Used by (7)

  • InputActionAssetDataVixen.Input
  • InputActionAssetReaderVixen.Input
  • InputActionAssetTestsVixen.Input.Tests
  • InputActionAssetWriterVixen.Input
  • InputControlSchemeVixen.Input
  • InputActionsDocumentVixen.Editor.AssetEditors
  • InputActionsViewVixen.Editor.AssetEditors