Table of Contents

Struct b3RecPlayer

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

An opaque incremental replay player. Mirror of the incomplete type b3RecPlayer.

public struct b3RecPlayer

Inherited Members

Remarks

Only ever used as b3RecPlayer*. Create one with Box3D.Native.B3.b3RecPlayer_Create(System.Void*,System.Int32,System.Int32) and release it with Box3D.Native.B3.b3RecPlayer_Destroy(Box3D.Native.b3RecPlayer*). The player owns a private copy of the recording bytes and drives its own replay world.