Struct b3Recording
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
An opaque recording buffer. Mirror of the incomplete type b3Recording.
public struct b3RecordingInherited Members
Remarks
Only ever used as b3Recording*. Create one with
Box3D.Native.B3.b3CreateRecording(System.Int32) or Box3D.Native.B3.b3LoadRecordingFromFile(System.Byte*),
and release it with Box3D.Native.B3.b3DestroyRecording(Box3D.Native.b3Recording*).