Enum b3RecQueryType
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
The kind of a recorded spatial query. Mirror of b3RecQueryType.
public enum b3RecQueryTypeFields
b3_recQueryOverlapAABB = 0-
An axis-aligned box overlap query.
b3_recQueryOverlapShape = 1-
A shape overlap query.
b3_recQueryCastRay = 2-
A ray cast.
b3_recQueryCastShape = 3-
A shape cast.
b3_recQueryCastRayClosest = 4-
A closest-hit ray cast.
b3_recQueryCastMover = 5-
A character mover cast.
b3_recQueryCollideMover = 6-
A character mover collision query.