Urho3D::NodeImpl Struct Reference
Urho3D::NodeImpl Struct Reference
Internal implementation structure for less performance-critical Node variables. More...
#include <Urho3D/Scene/Node.h>
Collaboration diagram for Urho3D::NodeImpl:
Public Attributes | |
| PODVector< Node * > | dependencyNodes_ |
| Nodes this node depends on for network updates. | |
| Connection * | owner_ |
| Network owner connection. | |
| String | name_ |
| Name. | |
| StringVector | tags_ |
| Tag strings. | |
| StringHash | nameHash_ |
| Name hash. | |
| VectorBuffer | attrBuffer_ |
| Attribute buffer for network updates. | |
Detailed Description
Internal implementation structure for less performance-critical Node variables.
The documentation for this struct was generated from the following file:
- Source/Urho3D/Scene/Node.h
