Method: CP::Shape#sensor?

Defined in:
ext/chipmunk/rb_cpShape.c

#sensor?Boolean

Returns:



59
60
61
62
# File 'ext/chipmunk/rb_cpShape.c', line 59

static VALUE
rb_cpShapeSensorP(VALUE self) {
  return SHAPE(self)->sensor ? Qtrue : Qfalse;
}