Urho3D::AttributeHandle Struct Reference
Public Member Functions |
Private Member Functions |
Private Attributes |
Friends |
List of all members
Urho3D::AttributeHandle Struct Reference
#include <Urho3D/Core/Attribute.h>
Collaboration diagram for Urho3D::AttributeHandle:
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 |
Detailed Description
Attribute handle returned by Context::RegisterAttribute and used to chain attribute setup calls.
The documentation for this struct was generated from the following file:
- Source/Urho3D/Core/Attribute.h