This version of Unity is unsupported.

WorldAnchorTransferBatch.DeserializationCompleteDelegate

Declaration

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

Parameters

completionReason The reason the deserialization completed (success or failure reason).
deserializedTransferBatch The resulting transfer batch which is empty on error.

Description

The handler for when deserialization has completed.