GKGraphNode.GetCost(GKGraphNode) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从此 GKGraphNode 遍历到直接连接的节点 node
的实际成本。
[Foundation.Export("costToNode:")]
public virtual float GetCost (GameplayKit.GKGraphNode node);
abstract member GetCost : GameplayKit.GKGraphNode -> single
override this.GetCost : GameplayKit.GKGraphNode -> single
参数
- node
- GKGraphNode
直接连接的 GKGraphNode。
返回
- 属性