Vixen
02b45cc4
csharp
public record class InputDeviceRequirementData

One device a control scheme wants.

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

Fields and properties (2)

  • public InputDeviceKind Device

    Which family.

  • public bool Optional

    Whether the scheme is usable without it.

Methods (1)

  • public InputDeviceRequirementData(InputDeviceKind Device, bool Optional = false)

    One device a control scheme wants.

Used by (7)

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