Urho3D
Public Member Functions | Public Attributes
Urho3D::RayOctreeQuery Class Reference

Raycast octree query. More...

#include <OctreeQuery.h>

List of all members.

Public Member Functions

 RayOctreeQuery (PODVector< RayQueryResult > &result, const Ray &ray, RayQueryLevel level=RAY_TRIANGLE, float maxDistance=M_INFINITY, unsigned char drawableFlags=DRAWABLE_ANY, unsigned viewMask=DEFAULT_VIEWMASK)
 Construct with ray and query parameters.

Public Attributes

PODVector< RayQueryResult > & result_
 Result vector reference.
Ray ray_
 Ray.
unsigned char drawableFlags_
 Drawable flags to include.
unsigned viewMask_
 Drawable layers to include.
float maxDistance_
 Maximum ray distance.
RayQueryLevel level_
 Raycast detail level.

Detailed Description

Raycast octree query.


The documentation for this class was generated from the following file: