Skip to content

Commit 4eff002

Browse files
Site changes [skip-ci]
1 parent 8d0892b commit 4eff002

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

_data/ref/alpha/camera.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@
613613
],
614614
"info": {
615615
"brief": "Camera API documentation",
616-
"description": "Messages to control camera components and camera focus.",
616+
"description": "Camera functions, messages and constants.",
617617
"file": "",
618618
"group": "COMPONENTS",
619619
"language": "",

_data/ref/alpha/dmGameSystem.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -514,14 +514,13 @@
514514
}
515515
],
516516
"info": {
517-
"brief": "SDK Gui Component API documentation",
518-
"description": "Built-in scripting functions.",
519-
"file": "dmsdk/gamesys/gui.h",
520-
"group": "DEFOLD SDK",
517+
"brief": "Component render constant API documentation",
518+
"description": "<span class=\"file\"><dmsdk/gamesystem/render_constants.h></span>\nApi for setting and updating component render constants",
519+
"file": "",
521520
"language": "",
522-
"name": "GameSystem Gui",
521+
"name": "Component Render Constants",
523522
"namespace": "dmGameSystem",
524523
"notes": [],
525-
"path": "engine/gamesys/src/dmsdk/gamesys/gui.h"
524+
"path": ""
526525
}
527526
}

_data/ref/alpha/dmGraphics.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -2555,13 +2555,14 @@
25552555
}
25562556
],
25572557
"info": {
2558-
"brief": "Graphics API documentation",
2559-
"description": "<span class=\"file\"><dmsdk/graphics/graphics_webgpu.h></span>\nGraphics WebGPU API",
2560-
"file": "",
2558+
"brief": "SDK Graphics API documentation",
2559+
"description": "Platform specific native graphics functions.",
2560+
"file": "dmsdk/graphics/graphics_native.h",
2561+
"group": "DEFOLD SDK",
25612562
"language": "",
2562-
"name": "Graphics WebGPU",
2563+
"name": "Graphics",
25632564
"namespace": "dmGraphics",
25642565
"notes": [],
2565-
"path": ""
2566+
"path": "engine/dlib/src/dmsdk/graphics/graphics_native.h"
25662567
}
25672568
}

_data/refindex.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,14 @@
375375
"type": "defold",
376376
"url": "/ref/stable/physics"
377377
},
378+
{
379+
"branch": "alpha",
380+
"filename": "dmGameSystem",
381+
"name": "Component Render Constants",
382+
"namespace": "dmGameSystem",
383+
"type": "c",
384+
"url": "/ref/alpha/dmGameSystem"
385+
},
378386
{
379387
"branch": "alpha",
380388
"filename": "dmConditionVariable",
@@ -1363,14 +1371,6 @@
13631371
"type": "c",
13641372
"url": "/ref/stable/dmGameObject"
13651373
},
1366-
{
1367-
"branch": "alpha",
1368-
"filename": "dmGameSystem",
1369-
"name": "GameSystem Gui",
1370-
"namespace": "dmGameSystem",
1371-
"type": "c",
1372-
"url": "/ref/alpha/dmGameSystem"
1373-
},
13741374
{
13751375
"branch": "beta",
13761376
"filename": "dmGameSystem",
@@ -1390,7 +1390,7 @@
13901390
{
13911391
"branch": "alpha",
13921392
"filename": "dmGraphics",
1393-
"name": "Graphics WebGPU",
1393+
"name": "Graphics",
13941394
"namespace": "dmGraphics",
13951395
"type": "c",
13961396
"url": "/ref/alpha/dmGraphics"

0 commit comments

Comments
 (0)