Skip to main content
API Reference NianticSpatial.NSDK.AR.XRSubsystems XRPersistentAnchorSubsystem Provider

GetChanges


Declaration

public abstract TrackableChanges<XRPersistentAnchor> GetChanges(XRPersistentAnchor defaultAnchor, Allocator allocator)

Parameters

NameTypeSummary
defaultAnchorXRPersistentAnchor
The default anchor. This should be used to initialize the returned
NativeArrays for backwards compatibility.
See Allocator.
allocatorAllocator
An allocator to use for the NativeArrays in TrackableChanges`1.