Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ Insert
Method
Insert
TombEngine/Game/room.cpp:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
void RoomObjectHandler::Insert(int id, const BoundingBox& aabb)
50
{
51
_tree.Insert(id, aabb, AABB_BOUNDARY);
52
}
53
54
void RoomObjectHandler::Move(int id, const BoundingBox& aabb)
55
{
Callers
4
EnableDoorCollisionMesh
Function · 0.45
Initialize
Method · 0.45
Update
Method · 0.45
Enable
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected