EntropyCanvas::PropertyDelta
EntropyCanvas::PropertyDelta
Section titled “EntropyCanvas::PropertyDelta”Property delta - a single property change from the server. More…
#include <IDataProvider.h>
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| PropertyValue | value |
| std::string | propertyName |
| uint64_t | entityId |
| ComponentTypeHash | componentTypeHash |
Detailed Description
Section titled “Detailed Description”struct EntropyCanvas::PropertyDelta;Property delta - a single property change from the server.
Uses ComponentTypeHash for extensibility - works with both built-in and custom component types without enum limitations.
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable value
Section titled “variable value”PropertyValue value;variable propertyName
Section titled “variable propertyName”std::string propertyName;variable entityId
Section titled “variable entityId”uint64_t entityId {0};variable componentTypeHash
Section titled “variable componentTypeHash”ComponentTypeHash componentTypeHash {0, 0};Updated on 2026-01-26 at 17:14:35 -0500