An object which is able to serialize and deserialize its attributes into an attributes object.
More...
List of all members.
Public Member Functions
Detailed Description
An object which is able to serialize and deserialize its attributes into an attributes object.
Definition at line 51 of file IAttributeExchangingObject.h.
Member Function Documentation
Reads attributes of the object.
Implement this to set the attributes of your scene node animator for scripting languages, editors, debuggers or xml deserialization purposes.
Reimplemented in irr::scene::ISceneNode.
Definition at line 63 of file IAttributeExchangingObject.h.
Writes attributes of the object.
Implement this to expose the attributes of your scene node animator for scripting languages, editors, debuggers or xml serialization purposes.
Reimplemented in irr::scene::ISceneNode.
Definition at line 58 of file IAttributeExchangingObject.h.
The documentation for this class was generated from the following file: