WorldAnchorTransferBatch.SerializationDataAvailableDelegate
public delegate void SerializationDataAvailableDelegate(byte[] data);
Parameters
| data | A set of bytes from the exported transfer batch. |
Description 描述
The handler for when some data is available from serialization.
The data from an export may be provided in chunks. Each chunk is ordered and must be in the correct order when restored.