Vixen
02b45cc4
csharp
public readonly record struct InputAssetReadResult

What reading a .vxinput produced.

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

Remarks

Both halves can be present at once, and that is the point: a document with one unusable binding still yields every other action, so the generator emits a class whose one broken member is an error rather than a project whose every use site is.

Fields and properties (3)

  • public InputActionAssetData? Asset

    The document, or if it could not be read at all.

  • public IReadOnlyList<InputAssetDiagnostic> Diagnostics

    Everything wrong with it.

  • public bool Succeeded

    Whether the document is usable and nothing was wrong with it.

Methods (1)

Used by (8)

  • GeneratedAccessorTestsVixen.Input.Tests
  • InputActionAssetReaderVixen.Input
  • InputActionAssetTestsVixen.Input.Tests
  • InputActionsVixen.Input
  • SampleVixen.Input.Tests
  • VxInputGeneratorVixen.Input.Generators
  • AuthoringTestsVixen.Editor.AssetEditors.Tests
  • InputActionsDocumentVixen.Editor.AssetEditors