Struct b3RecQueryInfo
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
A spatial query captured during a replayed frame. Mirror of b3RecQueryInfo.
public struct b3RecQueryInfoInherited Members
Fields
- aabb
-
The world-space bounds of the query, swept for casts.
- filter
-
The filter the query used.
- hitCount
-
The number of recorded results.
- id
-
The query id, or zero for none.
- key
-
The identity key, a hash of the id and name pair. Zero when untagged.
- name
-
The query label as a null-terminated UTF-8 string, or null for none.
- origin
-
The query origin, zero for a box overlap.
- translation
-
The ray or cast translation.
- type
-
The kind of query.