MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / setGridInfo

Method setGridInfo

Engine/source/gui/worldEditor/terrainEditor.cpp:1072–1078  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1070}
1071
1072void TerrainEditor::setGridInfo(const GridInfo & info, bool checkActive)
1073{
1074 PROFILE_SCOPE( TerrainEditor_SetGridInfo );
1075
1076 setGridHeight(info.mGridPoint, info.mHeight);
1077 setGridMaterial(info.mGridPoint, info.mMaterial);
1078}
1079
1080F32 TerrainEditor::getGridHeight(const GridPoint & gPoint)
1081{

Callers 2

undoMethod · 0.80
processMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected