3es
0.7
|
Message structure for adding vertices, colours, indices, or UVs. More...
#include <3esmeshmessages.h>
Public Member Functions | |
bool | read (PacketReader &reader) |
Read this message from reader . More... | |
bool | write (PacketWriter &writer) const |
Write this message to writer . More... | |
Public Attributes | |
uint32_t | meshId |
uint32_t | offset |
uint32_t | reserved |
uint16_t | count |
Message structure for adding vertices, colours, indices, or UVs.
|
inline |
Read this message from reader
.
reader | The data source. |
References tes::MeshCreateMessage::meshId, and tes::PacketReader::readElement().
|
inline |
Write this message to writer
.
writer | The target buffer. |
References tes::MeshCreateMessage::meshId, and tes::PacketWriter::writeElement().