|
Cogs.Core
|
Public Attributes | |
| float * | data = nullptr |
| uint64_t | ping_number = 0 |
| float | minValue = 0.0f |
| float | maxValue = 0.0f |
| bool | update = false |
| bool | update_iso = false |
| EntityPtr | visualizer |
| MeshHandle | mesh |
Definition at line 53 of file UniformGridSystem.h.
| float* Cogs::Core::EchoSounder::Tile::data = nullptr |
Definition at line 55 of file UniformGridSystem.h.
| float Cogs::Core::EchoSounder::Tile::maxValue = 0.0f |
Definition at line 59 of file UniformGridSystem.h.
| MeshHandle Cogs::Core::EchoSounder::Tile::mesh |
Definition at line 63 of file UniformGridSystem.h.
| float Cogs::Core::EchoSounder::Tile::minValue = 0.0f |
Definition at line 58 of file UniformGridSystem.h.
| uint64_t Cogs::Core::EchoSounder::Tile::ping_number = 0 |
Definition at line 57 of file UniformGridSystem.h.
| bool Cogs::Core::EchoSounder::Tile::update = false |
Definition at line 60 of file UniformGridSystem.h.
| bool Cogs::Core::EchoSounder::Tile::update_iso = false |
Definition at line 61 of file UniformGridSystem.h.
| EntityPtr Cogs::Core::EchoSounder::Tile::visualizer |
Definition at line 62 of file UniformGridSystem.h.