Click or drag to resize

PathTAddStep Method

Namespace:  Kit.Algorithms
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public Path<T> AddStep(
	T step,
	int stepCost
)
Request Example View Source

Parameters

step
Type: T
stepCost
Type: SystemInt32

Return Value

Type: PathT
See Also