ARSKViewDelegate.WillUpdateNode(ARSKView, SKNode, ARAnchor) 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.
This method is called shortly before the properties of node
are updated to reflect the state of anchor
.
[Foundation.Export("view:willUpdateNode:forAnchor:")]
public virtual void WillUpdateNode (ARKit.ARSKView view, SpriteKit.SKNode node, ARKit.ARAnchor anchor);
abstract member WillUpdateNode : ARKit.ARSKView * SpriteKit.SKNode * ARKit.ARAnchor -> unit
override this.WillUpdateNode : ARKit.ARSKView * SpriteKit.SKNode * ARKit.ARAnchor -> unit
Parameters
- view
- ARSKView
The view that is rendering the scene.
- node
- SKNode
The node that will be updated.
- anchor
- ARAnchor
The anchor for the node that will be updated.
- Attributes