Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ get_cell_size
Method
get_cell_size
modules/gridmap/grid_map.cpp:317–319 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
315
}
316
317
Vector3 GridMap::get_cell_size() const {
318
return cell_size;
319
}
320
321
void GridMap::set_octant_size(int p_size) {
322
ERR_FAIL_COND(p_size == 0);
Callers
6
_update_cursor_transform
Method · 0.45
_update_selection_transform
Method · 0.45
do_input_action
Method · 0.45
_update_paste_indicator
Method · 0.45
edit
Method · 0.45
update_grid
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected