Class WorldAnchorTransferBatch
Inheritance
WorldAnchorTransferBatch
Assembly: UnityEngine.dll
Syntax
[MovedFrom("UnityEngine.VR.WSA.Sharing")]
public class WorldAnchorTransferBatch : IDisposable
Constructors
|
Improve this Doc
View Source
WorldAnchorTransferBatch()
Declaration
public WorldAnchorTransferBatch()
Properties
anchorCount
Declaration
public int anchorCount { get; }
Property Value
Methods
|
Improve this Doc
View Source
AddWorldAnchor(String, WorldAnchor)
Declaration
public bool AddWorldAnchor(string id, WorldAnchor anchor)
Parameters
Returns
|
Improve this Doc
View Source
Dispose()
Declaration
|
Improve this Doc
View Source
ExportAsync(WorldAnchorTransferBatch, WorldAnchorTransferBatch.SerializationDataAvailableDelegate, WorldAnchorTransferBatch.SerializationCompleteDelegate)
Declaration
public static void ExportAsync(WorldAnchorTransferBatch transferBatch, WorldAnchorTransferBatch.SerializationDataAvailableDelegate onDataAvailable, WorldAnchorTransferBatch.SerializationCompleteDelegate onCompleted)
Parameters
|
Improve this Doc
View Source
Finalize()
Declaration
protected void Finalize()
|
Improve this Doc
View Source
GetAllIds()
Declaration
public string[] GetAllIds()
Returns
|
Improve this Doc
View Source
GetAllIds(String[])
Declaration
public int GetAllIds(string[] ids)
Parameters
Type |
Name |
Description |
String[] |
ids |
|
Returns
|
Improve this Doc
View Source
ImportAsync(Byte[], Int32, Int32, WorldAnchorTransferBatch.DeserializationCompleteDelegate)
Declaration
public static void ImportAsync(byte[] serializedData, int offset, int length, WorldAnchorTransferBatch.DeserializationCompleteDelegate onComplete)
Parameters
|
Improve this Doc
View Source
ImportAsync(Byte[], WorldAnchorTransferBatch.DeserializationCompleteDelegate)
Declaration
public static void ImportAsync(byte[] serializedData, WorldAnchorTransferBatch.DeserializationCompleteDelegate onComplete)
Parameters
|
Improve this Doc
View Source
LockObject(String, GameObject)
Declaration
public WorldAnchor LockObject(string id, GameObject go)
Parameters
Returns
Implements
Extension Methods