Vixen
02b45cc4
csharp
public record class ClampProcessor

Holds the value inside a range.

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

Fields and properties (3)

  • public float Min

    The floor.

  • public float Max

    The ceiling.

  • public string Name

    The name it is written under in a .vxinput.

Methods (2)

  • public ClampProcessor(float Min = 0, float Max = 1)

    Holds the value inside a range.

  • public Vector2 Process(Vector2 value, int dimensions)

    Reshapes a value.

Used by (1)

  • InputProcessorFactoryVixen.Input