Skip to content

Commit 5d63334

Browse files
Site changes [skip-ci]
1 parent caca67f commit 5d63334

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": "Camera functions, messages and constants.",
616+
"description": "Messages to control camera components and camera focus.",
617617
"file": "",
618618
"group": "COMPONENTS",
619619
"language": "",

_data/ref/alpha/dmGameSystem.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -514,13 +514,14 @@
514514
}
515515
],
516516
"info": {
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": "",
517+
"brief": "SDK Gui Component API documentation",
518+
"description": "Built-in scripting functions.",
519+
"file": "dmsdk/gamesys/gui.h",
520+
"group": "DEFOLD SDK",
520521
"language": "",
521-
"name": "Component Render Constants",
522+
"name": "GameSystem Gui",
522523
"namespace": "dmGameSystem",
523524
"notes": [],
524-
"path": ""
525+
"path": "engine/gamesys/src/dmsdk/gamesys/gui.h"
525526
}
526527
}

_data/ref/alpha/dmGraphics.json

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

_data/refindex.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -375,14 +375,6 @@
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-
},
386378
{
387379
"branch": "alpha",
388380
"filename": "dmConditionVariable",
@@ -1371,6 +1363,14 @@
13711363
"type": "c",
13721364
"url": "/ref/stable/dmGameObject"
13731365
},
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",
1393+
"name": "Graphics WebGPU",
13941394
"namespace": "dmGraphics",
13951395
"type": "c",
13961396
"url": "/ref/alpha/dmGraphics"

0 commit comments

Comments
 (0)