csharp
public readonly record struct InputAssetReadResultWhat 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? AssetThe document, or if it could not be read at all.
public IReadOnlyList<InputAssetDiagnostic> DiagnosticsEverything wrong with it.
public bool SucceededWhether the document is usable and nothing was wrong with it.
Methods (1)
public InputAssetReadResult(InputActionAssetData? Asset, IReadOnlyList<InputAssetDiagnostic> Diagnostics)What reading a .vxinput produced.
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