Version: 2019.1

WorldAnchorTransferBatch

class in UnityEngine.XR.WSA.Sharing

マニュアルに切り替える

説明

A batch of WorldAnchors which can be exported and imported between apps.

変数

anchorCount(Read Only) Gets the number of world anchors in this WorldAnchorTransferBatch.

Public 関数

AddWorldAnchorAdds a WorldAnchor to the batch with the specified identifier.
DisposeCleans up the WorldAnchorTransferBatch and releases memory.
GetAllIdsGets all of the identifiers currently mapped in this WorldAnchorTransferBatch.
LockObjectLocks the provided GameObject to the world by loading and applying the WorldAnchor from the TransferBatch for the provided id.

Static 関数

ExportAsyncExports the input WorldAnchorTransferBatch into a byte array which can be passed to WorldAnchorTransferBatch.ImportAsync to restore the original WorldAnchorTransferBatch.
ImportAsyncImports the provided bytes into a WorldAnchorTransferBatch.

デリゲート

DeserializationCompleteDelegateThe handler for when deserialization has completed.
SerializationCompleteDelegateThe handler for when serialization is completed.
SerializationDataAvailableDelegateThe handler for when some data is available from serialization.