cp_space_remove_shape function

  1. @Native<Void Function(Pointer<cpSpace>, Pointer<cpShape>)>(ffi.Pointer<cpSpace>, ffi.Pointer<cpShape>)>()
void cp_space_remove_shape(
  1. Pointer<cpSpace> space,
  2. Pointer<cpShape> shape
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<cpSpace>, ffi.Pointer<cpShape>)>()
external void cp_space_remove_shape(
  ffi.Pointer<cpSpace> space,
  ffi.Pointer<cpShape> shape,
);