使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
Archivist
/
raylib-src
镜像自地址
https://github.com/raysan5/raylib
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
24
百科
动态
浏览代码
Update raylib_api.* by CI
pull/4977/head
github-actions[bot]
4 个月前
父节点
296e3af470
当前提交
58a6846c8f
共有
4 个文件被更改
,包括
8 次插入
和
8 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+2
-2
parser/output/raylib_api.json
+2
-2
parser/output/raylib_api.lua
+2
-2
parser/output/raylib_api.txt
+2
-2
parser/output/raylib_api.xml
+ 2
- 2
parser/output/raylib_api.json
查看文件
@ -8302,7 +8302,7 @@
"name"
:
"dst"
}
,
{
"type"
:
"Vector2 *"
,
"type"
:
"
const
Vector2 *"
,
"name"
:
"points"
}
,
{
@ -8325,7 +8325,7 @@
"name"
:
"dst"
}
,
{
"type"
:
"Vector2 *"
,
"type"
:
"
const
Vector2 *"
,
"name"
:
"points"
}
,
{
+ 2
- 2
parser/output/raylib_api.lua
查看文件
@ -6141,7 +6141,7 @@ return {
returnType
=
"
void
"
,
params
=
{
{
type
=
"
Image *
"
,
name
=
"
dst
"
}
,
{
type
=
"
Vector2 *
"
,
name
=
"
points
"
}
,
{
type
=
"
const
Vector2 *
"
,
name
=
"
points
"
}
,
{
type
=
"
int
"
,
name
=
"
pointCount
"
}
,
{
type
=
"
Color
"
,
name
=
"
color
"
}
}
@ -6152,7 +6152,7 @@ return {
returnType
=
"
void
"
,
params
=
{
{
type
=
"
Image *
"
,
name
=
"
dst
"
}
,
{
type
=
"
Vector2 *
"
,
name
=
"
points
"
}
,
{
type
=
"
const
Vector2 *
"
,
name
=
"
points
"
}
,
{
type
=
"
int
"
,
name
=
"
pointCount
"
}
,
{
type
=
"
Color
"
,
name
=
"
color
"
}
}
+ 2
- 2
parser/output/raylib_api.txt
查看文件
@ -3185,7 +3185,7 @@ Function 352: ImageDrawTriangleFan() (4 input parameters)
Return type: void
Description: Draw a triangle fan defined by points within an image (first vertex is the center)
Param[1]: dst (type: Image *)
Param[2]: points (type: Vector2 *)
Param[2]: points (type:
const
Vector2 *)
Param[3]: pointCount (type: int)
Param[4]: color (type: Color)
Function 353: ImageDrawTriangleStrip() (4 input parameters)
@ -3193,7 +3193,7 @@ Function 353: ImageDrawTriangleStrip() (4 input parameters)
Return type: void
Description: Draw a triangle strip defined by points within an image
Param[1]: dst (type: Image *)
Param[2]: points (type: Vector2 *)
Param[2]: points (type:
const
Vector2 *)
Param[3]: pointCount (type: int)
Param[4]: color (type: Color)
Function 354: ImageDraw() (5 input parameters)
+ 2
- 2
parser/output/raylib_api.xml
查看文件
@ -2090,13 +2090,13 @@
</Function>
<Function
name=
"ImageDrawTriangleFan"
retType=
"void"
paramCount=
"4"
desc=
"Draw a triangle fan defined by points within an image (first vertex is the center)"
>
<Param
type=
"Image *"
name=
"dst"
desc=
""
/>
<Param
type=
"Vector2 *"
name=
"points"
desc=
""
/>
<Param
type=
"
const
Vector2 *"
name=
"points"
desc=
""
/>
<Param
type=
"int"
name=
"pointCount"
desc=
""
/>
<Param
type=
"Color"
name=
"color"
desc=
""
/>
</Function>
<Function
name=
"ImageDrawTriangleStrip"
retType=
"void"
paramCount=
"4"
desc=
"Draw a triangle strip defined by points within an image"
>
<Param
type=
"Image *"
name=
"dst"
desc=
""
/>
<Param
type=
"Vector2 *"
name=
"points"
desc=
""
/>
<Param
type=
"
const
Vector2 *"
name=
"points"
desc=
""
/>
<Param
type=
"int"
name=
"pointCount"
desc=
""
/>
<Param
type=
"Color"
name=
"color"
desc=
""
/>
</Function>
撰写
预览
正在加载...
取消
保存