Urho3D
|
General octree query result. Used for Lua bindings only. More...
#include </home/runner/work/urho3d-doxygen.github.io/urho3d-doxygen.github.io/urho3d_repo/Source/Urho3D/Graphics/OctreeQuery.h>
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. | |
General octree query result. Used for Lua bindings only.