long long SetObjectFromByteArray(const DewArray<unsigned char> &SrcBuffer);
Reads the properties of the object from the array of bytes.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcBuffer | const DewArray<unsigned char> & |
Remarks:
This will be a success, only of the array was before written with GetObjectToByteArray.
Declared in Dew::Math::TMtxVecBase · Dew.Math/MtxVecBase.h · Cross-compiler