Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ ~Sensor
Method
~Sensor
Source/Physics/Sensor.cpp:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
, _sensedBodies(Array::create()) { }
25
26
Sensor::~Sensor() {
27
Sensor::clear();
28
_fixture = pr::InvalidShapeID;
29
}
30
31
void Sensor::add(Body* body) {
32
_sensedBodies->add(Value::alloc(body));
Callers
nothing calls this directly
Calls
1
clear
Function · 0.50
Tested by
no test coverage detected