Method b3RecPlayer_GetFrameQuery
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3RecPlayer_GetFrameQuery(b3RecPlayer*, int)
Get a recorded query from the most recently replayed frame by index.
public static extern b3RecQueryInfo b3RecPlayer_GetFrameQuery(b3RecPlayer* player, int index)Parameters
playerb3RecPlayer*-
See the Box3D documentation.
indexint-
See the Box3D documentation.
Returns
- b3RecQueryInfo
-
See the Box3D documentation.