ARSessionDelegate_Extensions.DidUpdateAnchors Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that anchors have been updated due to tracking.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidUpdateAnchors(this ARKit.IARSessionDelegate This, ARKit.ARSession session, ARKit.ARAnchor[] anchors);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidUpdateAnchors : ARKit.IARSessionDelegate * ARKit.ARSession * ARKit.ARAnchor[] -> unit
Parameters
- This
- IARSessionDelegate
- session
- ARSession
The session that is supplying the information for the event.
- anchors
- ARAnchor[]
The anchors that were updated.
- Attributes