Namespace: DeltaEngine.GameLogic.PathFindingAssembly: DeltaEngine.GameLogic.PathFinding (in DeltaEngine.GameLogic.PathFinding.dll) Version: 1.1.1.0 (1.1.1)
public LinkToGraphNode(
int idOfTargetNode,
int costs
)
public LinkToGraphNode(
int idOfTargetNode,
int costs
)
Public Sub New (
idOfTargetNode As Integer,
costs As Integer
)
Public Sub New (
idOfTargetNode As Integer,
costs As Integer
)
public:
LinkToGraphNode(
int idOfTargetNode,
int costs
)
public:
LinkToGraphNode(
int idOfTargetNode,
int costs
)
new :
idOfTargetNode : int *
costs : int -> LinkToGraphNode
new :
idOfTargetNode : int *
costs : int -> LinkToGraphNode