|
Lightgraph
C++17 light-graph engine API reference
|
Engine construction configuration. More...
#include <types.hpp>
Public Attributes | |
| ObjectType | object_type = ObjectType::Line |
| Built-in topology implementation to instantiate. | |
| uint16_t | pixel_count = 0 |
| Optional pixel-count override for configurable objects (line/cross/triangle). | |
| bool | auto_emit = false |
| Enable or disable internal automatic emission on each update/tick. | |
| ObjectType lightgraph::EngineConfig::object_type = ObjectType::Line |
| uint16_t lightgraph::EngineConfig::pixel_count = 0 |