EntropyCanvas::CanvasClient::PropertyRegistryEntry
EntropyCanvas::CanvasClient::PropertyRegistryEntry
Section titled “EntropyCanvas::CanvasClient::PropertyRegistryEntry”Property registration info for mapping hashes back to entity/property metadata.
#include <CanvasClient.h>
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| EntropyEngine::Networking::PropertyType | type |
| std::string | propertyName |
| uint64_t | entityId |
| EntropyEngine::Networking::ComponentTypeHash | componentType |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable type
Section titled “variable type”EntropyEngine::Networking::PropertyType type = EntropyEngine::Networking::PropertyType::Int32;variable propertyName
Section titled “variable propertyName”std::string propertyName;variable entityId
Section titled “variable entityId”uint64_t entityId = 0;variable componentType
Section titled “variable componentType”EntropyEngine::Networking::ComponentTypeHash componentType;Updated on 2026-01-26 at 17:14:35 -0500