ARSKViewDelegate_Extensions.GetNode 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.
Retrieves the SKNode corresponding to the specified anchor
. If no corresponding node exists, returns null
.
public static SpriteKit.SKNode GetNode (this ARKit.IARSKViewDelegate This, ARKit.ARSKView view, ARKit.ARAnchor anchor);
static member GetNode : ARKit.IARSKViewDelegate * ARKit.ARSKView * ARKit.ARAnchor -> SpriteKit.SKNode
Parameters
- This
- IARSKViewDelegate
The instance on which this extension method operates.
- view
- ARSKView
The view that is rendering the scene.
- anchor
- ARAnchor
The anchor for the node to get.