PhysicsSystem.addVariable

Add a vec2 variable to the simulation

  1. size_t addVariable(float* var)
  2. size_t addVariable(vec2* var)
    class PhysicsSystem
    protected @nogc
    size_t
    addVariable
    (
    vec2* var
    )

Meta