PhysicsSystem.setD

Set the derivative of a vec2 variable (solver input)

  1. void setD(ulong index, float value)
  2. void setD(float var, float value)
  3. void setD(vec2 var, vec2 value)
    class PhysicsSystem
    protected
    void
    setD
    (
    ref vec2 var
    ,
    vec2 value
    )

Meta