Table of Contents

Method b3CreateRecording

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

b3CreateRecording(int)

Create a recording buffer with an optional initial byte capacity. Pass 0 to use the default (64 KiB). The buffer grows on demand.

public static extern b3Recording* b3CreateRecording(int byteCapacity)

Parameters

byteCapacity int

See the Box3D documentation.

Returns

b3Recording*

a new recording, owned by the caller