getSensor method

bool getSensor()

Implementation

bool getSensor() => bindings.cpShapeGetSensor(_shape) == 0 ? false : true;