Parameter2D.pushValue

Force this parameter to take on the given value.

  1. void pushValue(vec2 value)
    class Parameter2D
    @nogc
    void
    pushValue
    (
    vec2 value
    )
  2. void pushValue(ParameterAxis axis, float value)

Parameters

value vec2

The new value this parameter will take on.

Meta