次の方法で共有


GKGraphNode.GetCost(GKGraphNode) メソッド

定義

この 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

戻り値

属性

適用対象