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

パラメーター

idThe identifier for the WorldAnchor to load and apply to the GameObject.
goThe GameObject to apply the WorldAnchor to. If the GameObject already has a WorldAnchor, it will be updated.

戻り値

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

説明

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