#include <ModuleDestructible.h>
Public Types | |
| enum | EventMask { VisibilityChanged = (1 << 0), ChunkVisible = (1 << 1) } |
Public Attributes | |
| uint16_t | chunkIndex |
| Chunk index. | |
| uint16_t | event |
| Event. | |
An event structure for an optional chunk event buffer. Contains a chunk index and an event field.
Note: currently the only chunk state event is for visibility changes, so the VisibilityChanged bit will always be set when this struct is used.
Chunk index.
Event.