ARSKViewDelegate.GetNode(ARSKView, ARAnchor) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取 SKNode 對應至指定 anchor
之 的 。 如果沒有對應的節點存在,則會傳 null
回 。
[Foundation.Export("view:nodeForAnchor:")]
public virtual SpriteKit.SKNode GetNode (ARKit.ARSKView view, ARKit.ARAnchor anchor);
abstract member GetNode : ARKit.ARSKView * ARKit.ARAnchor -> SpriteKit.SKNode
override this.GetNode : ARKit.ARSKView * ARKit.ARAnchor -> SpriteKit.SKNode
參數
- view
- ARSKView
正在呈現場景的檢視。
- anchor
- ARAnchor
要取得之節點的錨點。
傳回
- 屬性