Method: CP::Shape#collision_type
- Defined in:
- ext/chipmunk/rb_cpShape.c
#collision_type ⇒ Object
79 80 81 82 |
# File 'ext/chipmunk/rb_cpShape.c', line 79 static VALUE rb_cpShapeGetCollType(VALUE self) { return rb_iv_get(self, "collType"); } |