Urho3D::OctreeQueryResult Struct Reference
Urho3D::OctreeQueryResult Struct Reference
General octree query result. Used for Lua bindings only. More...
#include <Urho3D/Graphics/OctreeQuery.h>
Collaboration diagram for Urho3D::OctreeQueryResult:
Public Member Functions | |
| OctreeQueryResult () | |
| Construct with defaults. | |
| bool | operator!= (const OctreeQueryResult &rhs) const |
| Test for inequality, added to prevent GCC from complaining. | |
Public Attributes | |
| Drawable * | drawable_ |
| Drawable. | |
| Node * | node_ |
| Scene node. | |
Detailed Description
General octree query result. Used for Lua bindings only.
The documentation for this struct was generated from the following file:
- Source/Urho3D/Graphics/OctreeQuery.h
