Vixen
02b45cc4
csharp
public sealed class VxInputSequence

An 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> Items

    The 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