UNPKG
@esengine/pathfinding
Version:
latest (13.3.3)
13.3.3
13.3.2
13.3.1
13.3.0
13.2.0
13.1.0
13.0.0
12.1.2
12.1.0
12.0.0
11.0.0
10.0.0
9.0.0
8.0.0
7.0.0
6.0.0
5.0.0
4.0.1
4.0.0
3.0.1
3.0.0
2.0.1
2.0.0
1.1.0
1.0.8
1.0.7
1.0.3
1.0.2
1.0.1
1.0.0
寻路算法库,支持A*、广度优先等算法,适用于Cocos Creator、Laya等游戏引擎
@esengine/pathfinding
/
.vscode
/
tasks.json
13 lines
•
273 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version"
:
"2.0.0"
,
"tasks"
:
[
{
"type"
:
"gulp"
,
"task"
:
"build"
,
"group"
:
"build"
,
"problemMatcher"
:
[
]
}
]
}