ARSKViewDelegate_Extensions.GetNode 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取 SKNode 對應至指定 anchor
之 的 。 如果沒有對應的節點存在,則會傳 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
參數
- This
- IARSKViewDelegate
這個擴充方法運作所在的 實例。
- view
- ARSKView
正在呈現場景的檢視。
- anchor
- ARAnchor
要取得之節點的錨點。