cp_shape_set_density function

  1. @Native<Void Function(Pointer<cpShape>, cpFloat)>(ffi.Pointer<cpShape>, cpFloat)>()
void cp_shape_set_density(
  1. Pointer<cpShape> shape,
  2. double density
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<cpShape>, cpFloat)>()
external void cp_shape_set_density(
  ffi.Pointer<cpShape> shape,
  double density,
);