Skip to content

Commit

Permalink
API documentation: category (cocos#10435)
Browse files Browse the repository at this point in the history
* Typdoc: category

* Add categories

* workflow
  • Loading branch information
shrinktofit authored Mar 22, 2022
1 parent 459abdb commit 466d4cf
Show file tree
Hide file tree
Showing 28 changed files with 5,002 additions and 123 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ platforms/runtime/platforms/vivo-mini-game/ral.min.js
scripts/runtime-web-adapter

native/external/

scripts/typedoc-plugin/lib/
109 changes: 55 additions & 54 deletions .vscode/cSpell.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,55 @@
{
"version": "0.1",
"words": [
"ALIPAY",
"Arial",
"BYTEDANCE",
"ccclass",
"ccenum",
"ccon",
"Chukong",
"clampf",
"COCOSPLAY",
"coeff",
"deinterleave",
"deserialization",
"deserialize",
"deserializes",
"earcut",
"emscripten",
"endregion",
"eventify",
"eventified",
"forin",
"glsl",
"grayscale",
"IGFX",
"lerp",
"lerpable",
"lightmap",
"LINKSURE",
"MINIGAME",
"mipmaps",
"octree",
"OPENGL",
"OPPO",
"polyfill",
"QTT",
"quadtree",
"raycast",
"realloc",
"renderable",
"serializable",
"skybox",
"slerp",
"SNORM",
"struct",
"UNORM",
"wasm",
"WECHAT",
"WECHATGAME",
"XIAOMI",
"Yaji"
]
}
{
"version": "0.1",
"words": [
"ALIPAY",
"Arial",
"BYTEDANCE",
"ccclass",
"ccenum",
"ccon",
"Chukong",
"clampf",
"COCOSPLAY",
"coeff",
"deinterleave",
"deserialization",
"deserialize",
"deserializes",
"earcut",
"emscripten",
"endregion",
"eventified",
"eventify",
"forin",
"glsl",
"grayscale",
"IGFX",
"lerp",
"lerpable",
"lightmap",
"LINKSURE",
"MINIGAME",
"mipmaps",
"octree",
"OPENGL",
"OPPO",
"polyfill",
"QTT",
"quadtree",
"raycast",
"realloc",
"renderable",
"serializable",
"skybox",
"slerp",
"SNORM",
"struct",
"typedoc",
"UNORM",
"wasm",
"WECHAT",
"WECHATGAME",
"XIAOMI",
"Yaji"
]
}
8 changes: 8 additions & 0 deletions cocos/core/animation/category.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"category": {
"title": {
"zh": "动画",
"en": "Animation"
}
}
}
8 changes: 8 additions & 0 deletions cocos/core/math/category.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"category": {
"title": {
"zh": "数学",
"en": "Math"
}
}
}
8 changes: 8 additions & 0 deletions cocos/particle/category.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"category": {
"title": {
"zh": "粒子系统",
"en": "Particle System"
}
}
}
8 changes: 8 additions & 0 deletions cocos/physics/category.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"category": {
"title": {
"zh": "物理系统",
"en": "Physics System"
}
}
}
8 changes: 8 additions & 0 deletions cocos/terrain/category.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"category": {
"title": {
"zh": "地形",
"en": "Terrain"
}
}
}
Loading

0 comments on commit 466d4cf

Please sign in to comment.