forked from cocos/cocos-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add category config file for docs (cocos#10589)
* add category config file for docs * add input module * adjust name
- Loading branch information
Showing
21 changed files
with
210 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"title": { | ||
"zh": "2d 渲染", | ||
"en": "2d Rendering" | ||
}, | ||
"description": { | ||
"zh": "2d 渲染", | ||
"en": "2d Rendering" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"title": { | ||
"zh": "3d 渲染", | ||
"en": "3d Rendering" | ||
}, | ||
"description": { | ||
"zh": "3d 渲染", | ||
"en": "3d Rendering" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"title": { | ||
"zh": "音频", | ||
"en": "Audio" | ||
}, | ||
"description": { | ||
"zh": "音频", | ||
"en": "Audio" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"title": { | ||
"zh": "资源", | ||
"en": "Asset" | ||
}, | ||
"description": { | ||
"zh": "资源", | ||
"en": "Asset" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"title": { | ||
"zh": "资源", | ||
"en": "Asset" | ||
}, | ||
"description": { | ||
"zh": "资源", | ||
"en": "Asset" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"title": { | ||
"zh": "核心模块", | ||
"en": "Core" | ||
}, | ||
"description": { | ||
"zh": "核心模块", | ||
"en": "Core" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"title": { | ||
"zh": "图形后端抽象", | ||
"en": "GFX" | ||
}, | ||
"description": { | ||
"zh": "图形后端抽象", | ||
"en": "GFX" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"title": { | ||
"zh": "渲染管线", | ||
"en": "Render Pipeline" | ||
}, | ||
"description": { | ||
"zh": "渲染管线", | ||
"en": "Render Pipeline" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"title": { | ||
"zh": "场景图", | ||
"en": "Scene Graph" | ||
}, | ||
"description": { | ||
"zh": "场景图", | ||
"en": "Scene Graph" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"title": { | ||
"zh": "Dragon Bones", | ||
"en": "Dragon Bones" | ||
}, | ||
"description": { | ||
"zh": "Dragon Bones", | ||
"en": "Dragon Bones" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"title": { | ||
"zh": "输入系统", | ||
"en": "Input System" | ||
}, | ||
"description": { | ||
"zh": "输入系统", | ||
"en": "Input System" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"title": { | ||
"zh": "2d 粒子系统", | ||
"en": "Particle System 2d" | ||
}, | ||
"description": { | ||
"zh": "2d 粒子系统", | ||
"en": "Particle System 2d" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"title": { | ||
"zh": "2d 物理系统", | ||
"en": "Physics System 2d" | ||
}, | ||
"description": { | ||
"zh": "2d 物理系统", | ||
"en": "Physics System 2d" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"title": { | ||
"zh": "基础图元", | ||
"en": "Primitive" | ||
}, | ||
"description": { | ||
"zh": "基础图元", | ||
"en": "Primitive" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"title": { | ||
"zh": "性能监控", | ||
"en": "Profiler" | ||
}, | ||
"description": { | ||
"zh": "性能监控", | ||
"en": "Profiler" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"title": { | ||
"zh": "Spine", | ||
"en": "Spine" | ||
}, | ||
"description": { | ||
"zh": "Spine", | ||
"en": "Spine" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"title": { | ||
"zh": "瓦片地图", | ||
"en": "Tiled Map" | ||
}, | ||
"description": { | ||
"zh": "瓦片地图", | ||
"en": "Tiled Map" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"title": { | ||
"zh": "缓动系统", | ||
"en": "Tween" | ||
}, | ||
"description": { | ||
"zh": "缓动系统", | ||
"en": "Tween" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"title": { | ||
"zh": "用户界面", | ||
"en": "UI" | ||
}, | ||
"description": { | ||
"zh": "用户界面", | ||
"en": "UI" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"title": { | ||
"zh": "视频", | ||
"en": "Video" | ||
}, | ||
"description": { | ||
"zh": "视频", | ||
"en": "Video" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"title": { | ||
"zh": "WebView", | ||
"en": "WebView" | ||
}, | ||
"description": { | ||
"zh": "WebView", | ||
"en": "WebView" | ||
} | ||
} |