![]() |
Public API Reference |
![]() |
Callbacks for cell height data modifications. More...
#include <imesh/terrain2.h>
Public Member Functions | |
virtual void | OnHeightUpdate (iTerrainCell *cell, const csRect &rectangle)=0 |
Callback called when the height data of a terrain cell is modified. |
Callbacks for cell height data modifications.
Definition at line 553 of file terrain2.h.
virtual void iTerrainCellHeightDataCallback::OnHeightUpdate | ( | iTerrainCell * | cell, |
const csRect & | rectangle | ||
) | [pure virtual] |
Callback called when the height data of a terrain cell is modified.
cell | updated cell |
rectangle | rectangle of coordinates that were updated |