Parameter2D.pushValue

Force this parameter to take on the given value.

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

Parameters

axis ParameterAxis

The axis along which the value is set.

value float

The new value this parameter will take on.

Meta