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
Returns
- b3CompoundData*
-
See the Box3D documentation.