Type Definition nphysics2d::object::SensorHandle [] [src]

type SensorHandle<N> = Rc<RefCell<Sensor<N>>>;

A shared, mutable, sensor.