Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ Move
Method
Move
TombEngine/Game/room.cpp:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
void RoomObjectHandler::Move(int id, const BoundingBox& aabb)
55
{
56
_tree.Move(id, aabb, AABB_BOUNDARY);
57
}
58
59
void RoomObjectHandler::Remove(int id)
60
{
Callers
1
Update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected