Show / Hide Table of Contents

Class WorldAnchorStore

Inheritance
Object
WorldAnchorStore
Implements
IDisposable
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.XR.WSA.Persistence
Assembly: UnityEngine.dll
Syntax
[MovedFrom("UnityEngine.VR.WSA.Persistence")]
public class WorldAnchorStore : IDisposable

Properties

anchorCount

Declaration
public int anchorCount { get; }
Property Value
Type Description
Int32

Methods

Clear()

Declaration
public void Clear()
| Improve this Doc View Source

Delete(String)

Declaration
public bool Delete(string id)
Parameters
Type Name Description
String id
Returns
Type Description
Boolean
| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()
| Improve this Doc View Source

GetAllIds()

Declaration
public string[] GetAllIds()
Returns
Type Description
String[]

GetAllIds(String[])

Declaration
public int GetAllIds(string[] ids)
Parameters
Type Name Description
String[] ids
Returns
Type Description
Int32
| Improve this Doc View Source

GetAsync(WorldAnchorStore.GetAsyncDelegate)

Declaration
public static void GetAsync(WorldAnchorStore.GetAsyncDelegate onCompleted)
Parameters
Type Name Description
WorldAnchorStore.GetAsyncDelegate onCompleted
| Improve this Doc View Source

Load(String, GameObject)

Declaration
public WorldAnchor Load(string id, GameObject go)
Parameters
Type Name Description
String id
GameObject go
Returns
Type Description
WorldAnchor
| Improve this Doc View Source

Save(String, WorldAnchor)

Declaration
public bool Save(string id, WorldAnchor anchor)
Parameters
Type Name Description
String id
WorldAnchor anchor
Returns
Type Description
Boolean

Implements

System.IDisposable

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX