|
|
| AllContentOctreeQuery (ea::vector< Drawable * > &result, DrawableFlags drawableFlags, unsigned viewMask) |
| | Construct.
|
| |
| Intersection | TestOctant (const BoundingBox &box, bool inside) override |
| | Intersection test for an octant.
|
| |
| void | TestDrawables (Drawable **start, Drawable **end, bool inside) override |
| | Intersection test for drawables.
|
| |
|
| OctreeQuery (ea::vector< Drawable * > &result, DrawableFlags drawableFlags, unsigned viewMask) |
| | Construct with query parameters.
|
| |
|
virtual | ~OctreeQuery ()=default |
| | Destruct.
|
| |
|
|
ea::vector< Drawable * > & | result_ |
| | Result vector reference.
|
| |
|
DrawableFlags | drawableFlags_ |
| | Drawable flags to include.
|
| |
|
unsigned | viewMask_ |
| | Drawable layers to include.
|
| |
◆ TestDrawables()
| void Urho3D::AllContentOctreeQuery::TestDrawables |
( |
Drawable ** |
start, |
|
|
Drawable ** |
end, |
|
|
bool |
inside |
|
) |
| |
|
overridevirtual |
◆ TestOctant()
The documentation for this class was generated from the following files: