Skip to content

Commit 10c05d6

Browse files
Site changes [skip-ci]
1 parent fec6b9a commit 10c05d6

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
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

+16-16
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",
@@ -1387,6 +1387,14 @@
13871387
"type": "c",
13881388
"url": "/ref/stable/dmGameSystem"
13891389
},
1390+
{
1391+
"branch": "alpha",
1392+
"filename": "dmGraphics",
1393+
"name": "Graphics WebGPU",
1394+
"namespace": "dmGraphics",
1395+
"type": "c",
1396+
"url": "/ref/alpha/dmGraphics"
1397+
},
13901398
{
13911399
"branch": "alpha",
13921400
"filename": "graphics",
@@ -1395,14 +1403,6 @@
13951403
"type": "defold",
13961404
"url": "/ref/alpha/graphics"
13971405
},
1398-
{
1399-
"branch": "alpha",
1400-
"filename": "dmGraphics",
1401-
"name": "Graphics",
1402-
"namespace": "dmGraphics",
1403-
"type": "c",
1404-
"url": "/ref/alpha/dmGraphics"
1405-
},
14061406
{
14071407
"branch": "beta",
14081408
"filename": "graphics",

0 commit comments

Comments
 (0)