Rebel Fork Framework
Urho3D::GraphNodeProperty Class Reference

Public Member Functions

const ea::string & GetName () const
 
StringHash GetNameHash () const
 
void SetName (const ea::string_view name)
 
void SerializeInBlock (Archive &archive)
 Serialize content from/to archive. May throw ArchiveException.
 

Public Attributes

Variant value_
 Property value.
 

Private Attributes

ea::string name_
 Property name.
 
StringHash nameHash_
 Property name hash.
 

Member Function Documentation

◆ GetName()

const ea::string& Urho3D::GraphNodeProperty::GetName ( ) const
inline

Get property name.

◆ GetNameHash()

StringHash Urho3D::GraphNodeProperty::GetNameHash ( ) const
inline

Get property name hash.

◆ SetName()

void Urho3D::GraphNodeProperty::SetName ( const ea::string_view  name)
inline

Set property name.


The documentation for this class was generated from the following files: