MCPcopy 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
317Vector3 GridMap::get_cell_size() const {
318 return cell_size;
319}
320
321void GridMap::set_octant_size(int p_size) {
322 ERR_FAIL_COND(p_size == 0);

Callers 6

do_input_actionMethod · 0.45
editMethod · 0.45
update_gridMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected