Urho3D
Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
Urho3D::AttributeHandle Struct Reference

Attribute handle returned by Context::RegisterAttribute and used to chain attribute setup calls. More...

#include </home/runner/work/rurho3d.github.io/rurho3d.github.io/urho3d_repo/Source/Urho3D/Core/Attribute.h>

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: