Table of Contents

Method b3RecPlayer_GetFrameQueryHit

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3RecPlayer_GetFrameQueryHit(b3RecPlayer*, int, int)

Get one result of a recorded query from the most recently replayed frame.

public static extern b3RecQueryHit b3RecPlayer_GetFrameQueryHit(b3RecPlayer* player, int queryIndex, int hitIndex)

Parameters

player b3RecPlayer*

See the Box3D documentation.

queryIndex int

See the Box3D documentation.

hitIndex int

See the Box3D documentation.

Returns

b3RecQueryHit

See the Box3D documentation.