#include <Urho3D/Core/Attribute.h>

Collaboration diagram for Urho3D::AttributeHandle:
[legend]

Public Member Functions

AttributeHandleSetMetadata (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

AttributeInfoattributeInfo_ = nullptr
 Attribute info.
 
AttributeInfonetworkAttributeInfo_ = 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: