csharp
public sealed class VxInputSequenceAn ordered list of nodes.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (1)
public IReadOnlyList<VxInputNode> ItemsThe items, in document order.
Methods (2)
public VxInputSequence(int line, IReadOnlyList<VxInputNode> items)An ordered list of nodes.
public override string ToString()Returns a string that represents the current object.
Used by (3)
- InputActionAssetReaderVixen.Input
- ReadStateVixen.Input
- VxInputReaderTestsVixen.Input.Tests