EntropyCanvas::NetworkSession::PropertyRegistrationInfo
EntropyCanvas::NetworkSession::PropertyRegistrationInfo
Section titled “EntropyCanvas::NetworkSession::PropertyRegistrationInfo”Property registration info passed with EntityCreated callback. More…
#include <NetworkSession.h>
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| PropertyType | type |
| std::string | propertyName |
| PropertyHash | propertyHash |
| uint64_t | entityId |
| ComponentTypeHash | componentType |
Detailed Description
Section titled “Detailed Description”struct EntropyCanvas::NetworkSession::PropertyRegistrationInfo;Property registration info passed with EntityCreated callback.
Contains all the metadata needed to reconstruct property deltas from hashes.
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable type
Section titled “variable type”PropertyType type = PropertyType::Int32;variable propertyName
Section titled “variable propertyName”std::string propertyName;variable propertyHash
Section titled “variable propertyHash”PropertyHash propertyHash;variable entityId
Section titled “variable entityId”uint64_t entityId = 0;variable componentType
Section titled “variable componentType”ComponentTypeHash componentType;Updated on 2026-01-26 at 17:14:35 -0500