This version of Unity is unsupported.
Method group is Obsolete

WorldAnchorTransferBatch.LockObject

Obsolete Support for built-in VR will be removed in Unity 2020.1. Please update to the new Unity XR Plugin System. More information about the new XR Plugin System can be found at https://docs.unity3d.com/2019.3/Documentation/Manual/XR.html.

Declaration

public XR.WSA.WorldAnchor LockObject(string id, GameObject go);

Parameters

id The identifier for the WorldAnchor to load and apply to the GameObject.
go The GameObject to apply the WorldAnchor to. If the GameObject already has a WorldAnchor, it will be updated.

Returns

WorldAnchor The loaded WorldAnchor or null if the id does not map to a WorldAnchor.

Description

Locks the provided GameObject to the world by loading and applying the WorldAnchor from the TransferBatch for the provided id.