Method b3ConvertCompoundToBytes
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3ConvertCompoundToBytes(b3CompoundData*)
Cast the provided compound data to bytes, setting the internal pointers to null. Use this before serializing the compound bytes.
public static extern byte* b3ConvertCompoundToBytes(b3CompoundData* compound)Parameters
compoundb3CompoundData*-
See the Box3D documentation.
Returns
- byte*
-
See the Box3D documentation.