Vixen
02b45cc4
csharp
public sealed class VxInputScalar

A single value: a name, a path, a number, a keyword.

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

Fields and properties (1)

  • public string Value

    The text.

Methods (2)

  • public VxInputScalar(int line, string value)

    A single value: a name, a path, a number, a keyword.

  • public override string ToString()

    Returns a string that represents the current object.

Used by (3)

  • InputActionAssetReaderVixen.Input
  • ReadStateVixen.Input
  • VxInputReaderTestsVixen.Input.Tests