|
Urho3D
|
#include </home/runner/work/Dviglo/Dviglo/DvigloRepository/Source/Urho3D/Core/Attribute.h>
Public Member Functions | |
| AttributeHandle & | SetMetadata (StringHash key, const Variant &value) |
| Set metadata. | |
Private Member Functions | |
| AttributeHandle ()=default | |
| Construct default. | |
| AttributeHandle (const AttributeHandle &another)=default | |
| Construct from another handle. | |
Private Attributes | |
| AttributeInfo * | attributeInfo_ = nullptr |
| Attribute info. | |
| AttributeInfo * | networkAttributeInfo_ = nullptr |
| Network attribute info. | |
Friends | |
| class | Context |
Attribute handle returned by Context::RegisterAttribute and used to chain attribute setup calls.
1.8.17