kray
Toggle table of contents
1.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
kray
kray
/
raylib
/
Mesh
/
Companion
/
add
add
fun
add
(
a
:
Mesh
,
b
:
Mesh
)
:
Mesh
Concatenates two meshes into a single mesh.
Return
The concatenated mesh.
Parameters
a
The first mesh.
b
The second mesh.