Table of Contents

Method b3ConvertBytesToCompound

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

b3ConvertBytesToCompound(byte*, int)

Cast the provided bytes to compound data, setting up internal pointers. Use this after de-serializing the compound bytes.

public static extern b3CompoundData* b3ConvertBytesToCompound(byte* bytes, int byteCount)

Parameters

bytes byte*

See the Box3D documentation.

byteCount int

See the Box3D documentation.

Returns

b3CompoundData*

See the Box3D documentation.