Method: CP::Shape#layers

Defined in:
ext/chipmunk/rb_cpShape.c

#layersObject



123
124
125
126
# File 'ext/chipmunk/rb_cpShape.c', line 123

static VALUE
rb_cpShapeGetLayers(VALUE self) {
  return UINT2NUM(SHAPE(self)->layers);
}