sim.setEngineBoolParam

Sets a bool-type physics engine property. You might have to call sim.resetDynamicObject for changes to take effect

Synopsis

sim.setEngineBoolParam(int paramId, int objectHandle, bool boolParam) sim.setEngineBoolParam(int paramId, int objectHandle, bool boolParam)

Arguments

  • paramId: engine parameter identifier.
  • objectHandle: handle of the shape or joint, or -1 to set a global engine parameter
  • boolParam: the new property value


See also: