This version of Unity is unsupported.

WorldAnchorTransferBatch.SerializationDataAvailableDelegate

public delegate void SerializationDataAvailableDelegate(byte[] data);

Parameters

dataA 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.