cp_shape_get_space function

  1. @Native<Pointer<cpSpace> Function(Pointer<cpShape>)>(ffi.Pointer<cpShape>)>()
Pointer<cpSpace> cp_shape_get_space(
  1. Pointer<cpShape> shape
)

Implementation

@ffi.Native<ffi.Pointer<cpSpace> Function(ffi.Pointer<cpShape>)>()
external ffi.Pointer<cpSpace> cp_shape_get_space(
  ffi.Pointer<cpShape> shape,
);