public static List<Vector3> SmoothPath( List<Vector3> path, float smoothPathDistance )
Public Shared Function SmoothPath ( _ path As List(Of Vector3), _ smoothPathDistance As Single _ ) As List(Of Vector3)
public: static List<Vector3^>^ SmoothPath( List<Vector3^>^ path, float^ smoothPathDistance )