Version: 2017.2

WorldAnchorStore

class in UnityEngine.XR.WSA.Persistence

マニュアルに切り替える

説明

The storage object for persisted WorldAnchors.

変数

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

Public 関数

ClearClears all persisted WorldAnchors.
DeleteDeletes a persisted WorldAnchor from the store.
GetAllIdsGets all of the identifiers of the currently persisted WorldAnchors.
LoadLoads a WorldAnchor from disk for given identifier and attaches it to the GameObject. If the GameObject has a WorldAnchor, that WorldAnchor will be updated. If the anchor is not found, null will be returned and the GameObject and any existing WorldAnchor attached to it will not be modified.
SaveSaves the provided WorldAnchor with the provided identifier. If the identifier is already in use, the method will return false.

Static 関数

GetAsyncGets the WorldAnchorStore instance.

デリゲート

GetAsyncDelegateThe handler for when getting the WorldAnchorStore from GetAsync.