EntropyCanvas::EntitySnapshot
EntropyCanvas::EntitySnapshot
Section titled “EntropyCanvas::EntitySnapshot”Entity snapshot - full entity state from server.
#include <IDataProvider.h>
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| std::string | name |
| uint64_t | entityId |
| std::vector< std::pair< ComponentType, std::vector< uint8_t > > > | components |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable name
Section titled “variable name”std::string name;variable entityId
Section titled “variable entityId”uint64_t entityId {0};variable components
Section titled “variable components”std::vector< std::pair< ComponentType, std::vector< uint8_t > > > components;Updated on 2026-01-26 at 17:14:35 -0500