Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

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.