MCPcopy Create free account
hub / github.com/SpartanJ/eepp / setSensor

Method setSensor

src/modules/physics/src/eepp/physics/shape.cpp:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void Shape::setSensor( const bool& sensor ) {
77 mShape->sensor = sensor ? 1 : 0;
78}
79
80cpFloat Shape::getE() const {
81 return mShape->e;

Callers 2

demo2CreateMethod · 0.80
demo3CreateFunction · 0.80

Calls

no outgoing calls

Tested by 1

demo2CreateMethod · 0.64