Vixen
02b45cc4
csharp
public record class InputActionAssetData

A whole .vxinput document.

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

Fields and properties (5)

  • public string Name

    The asset's name, which is the name of the generated accessor class. Defaults to the file's.

  • public int Version

    The schema version this document was written against.

  • public const int CurrentVersion

    The schema version this build writes.

  • public IReadOnlyList<InputActionMapData> Maps

    The action maps, or an empty list.

  • public IReadOnlyList<InputControlSchemeData> ControlSchemes

    The control schemes, or an empty list.

Methods (1)

Used by (11)

  • GeneratedAccessorTestsVixen.Input.Tests
  • InputActionAssetReaderVixen.Input
  • InputActionAssetTestsVixen.Input.Tests
  • InputActionAssetWriterVixen.Input
  • InputActionsVixen.Input
  • InputAssetReadResultVixen.Input
  • SampleVixen.Input.Tests
  • VxInputEmitterVixen.Input.Generators
  • AuthoringTestsVixen.Editor.AssetEditors.Tests
  • InputActionsDocumentVixen.Editor.AssetEditors
  • InputActionsViewVixen.Editor.AssetEditors