This version of Unity is unsupported.

WorldAnchorTransferBatch.DeserializationCompleteDelegate

public delegate void DeserializationCompleteDelegate(XR.WSA.Sharing.SerializationCompletionReason completionReason, XR.WSA.Sharing.WorldAnchorTransferBatch deserializedTransferBatch);

Parameters

completionReasonThe reason the deserialization completed (success or failure reason).
deserializedTransferBatchThe resulting transfer batch which is empty on error.

Description

The handler for when deserialization has completed.