浏览代码

Update raylib_api.* by CI

pull/4273/head
github-actions[bot] 8 个月前
父节点
当前提交
bae0af241e
共有 4 个文件被更改,包括 40 次插入40 次删除
  1. +10
    -10
      parser/output/raylib_api.json
  2. +10
    -10
      parser/output/raylib_api.lua
  3. +10
    -10
      parser/output/raylib_api.txt
  4. +10
    -10
      parser/output/raylib_api.xml

+ 10
- 10
parser/output/raylib_api.json 查看文件

@ -5485,11 +5485,11 @@
}, },
{ {
"type": "Color", "type": "Color",
"name": "color1" "name": "inner"
}, },
{ {
"type": "Color", "type": "Color",
"name": "color2" "name": "outer"
} }
] ]
}, },
@ -5785,11 +5785,11 @@
}, },
{ {
"type": "Color", "type": "Color",
"name": "color1" "name": "top"
}, },
{ {
"type": "Color", "type": "Color",
"name": "color2" "name": "bottom"
} }
] ]
}, },
@ -5816,11 +5816,11 @@
}, },
{ {
"type": "Color", "type": "Color",
"name": "color1" "name": "left"
}, },
{ {
"type": "Color", "type": "Color",
"name": "color2" "name": "right"
} }
] ]
}, },
@ -5835,19 +5835,19 @@
}, },
{ {
"type": "Color", "type": "Color",
"name": "col1" "name": "topLeft"
}, },
{ {
"type": "Color", "type": "Color",
"name": "col2" "name": "bottomLeft"
}, },
{ {
"type": "Color", "type": "Color",
"name": "col3" "name": "topRight"
}, },
{ {
"type": "Color", "type": "Color",
"name": "col4" "name": "bottomRight"
} }
] ]
}, },

+ 10
- 10
parser/output/raylib_api.lua 查看文件

@ -4697,8 +4697,8 @@ return {
{type = "int", name = "centerX"}, {type = "int", name = "centerX"},
{type = "int", name = "centerY"}, {type = "int", name = "centerY"},
{type = "float", name = "radius"}, {type = "float", name = "radius"},
{type = "Color", name = "color1"}, {type = "Color", name = "inner"},
{type = "Color", name = "color2"} {type = "Color", name = "outer"}
} }
}, },
{ {
@ -4835,8 +4835,8 @@ return {
{type = "int", name = "posY"}, {type = "int", name = "posY"},
{type = "int", name = "width"}, {type = "int", name = "width"},
{type = "int", name = "height"}, {type = "int", name = "height"},
{type = "Color", name = "color1"}, {type = "Color", name = "top"},
{type = "Color", name = "color2"} {type = "Color", name = "bottom"}
} }
}, },
{ {
@ -4848,8 +4848,8 @@ return {
{type = "int", name = "posY"}, {type = "int", name = "posY"},
{type = "int", name = "width"}, {type = "int", name = "width"},
{type = "int", name = "height"}, {type = "int", name = "height"},
{type = "Color", name = "color1"}, {type = "Color", name = "left"},
{type = "Color", name = "color2"} {type = "Color", name = "right"}
} }
}, },
{ {
@ -4858,10 +4858,10 @@ return {
returnType = "void", returnType = "void",
params = { params = {
{type = "Rectangle", name = "rec"}, {type = "Rectangle", name = "rec"},
{type = "Color", name = "col1"}, {type = "Color", name = "topLeft"},
{type = "Color", name = "col2"}, {type = "Color", name = "bottomLeft"},
{type = "Color", name = "col3"}, {type = "Color", name = "topRight"},
{type = "Color", name = "col4"} {type = "Color", name = "bottomRight"}
} }
}, },
{ {

+ 10
- 10
parser/output/raylib_api.txt 查看文件

@ -2176,8 +2176,8 @@ Function 217: DrawCircleGradient() (5 input parameters)
Param[1]: centerX (type: int) Param[1]: centerX (type: int)
Param[2]: centerY (type: int) Param[2]: centerY (type: int)
Param[3]: radius (type: float) Param[3]: radius (type: float)
Param[4]: color1 (type: Color) Param[4]: inner (type: Color)
Param[5]: color2 (type: Color) Param[5]: outer (type: Color)
Function 218: DrawCircleV() (3 input parameters) Function 218: DrawCircleV() (3 input parameters)
Name: DrawCircleV Name: DrawCircleV
Return type: void Return type: void
@ -2278,8 +2278,8 @@ Function 229: DrawRectangleGradientV() (6 input parameters)
Param[2]: posY (type: int) Param[2]: posY (type: int)
Param[3]: width (type: int) Param[3]: width (type: int)
Param[4]: height (type: int) Param[4]: height (type: int)
Param[5]: color1 (type: Color) Param[5]: top (type: Color)
Param[6]: color2 (type: Color) Param[6]: bottom (type: Color)
Function 230: DrawRectangleGradientH() (6 input parameters) Function 230: DrawRectangleGradientH() (6 input parameters)
Name: DrawRectangleGradientH Name: DrawRectangleGradientH
Return type: void Return type: void
@ -2288,17 +2288,17 @@ Function 230: DrawRectangleGradientH() (6 input parameters)
Param[2]: posY (type: int) Param[2]: posY (type: int)
Param[3]: width (type: int) Param[3]: width (type: int)
Param[4]: height (type: int) Param[4]: height (type: int)
Param[5]: color1 (type: Color) Param[5]: left (type: Color)
Param[6]: color2 (type: Color) Param[6]: right (type: Color)
Function 231: DrawRectangleGradientEx() (5 input parameters) Function 231: DrawRectangleGradientEx() (5 input parameters)
Name: DrawRectangleGradientEx Name: DrawRectangleGradientEx
Return type: void Return type: void
Description: Draw a gradient-filled rectangle with custom vertex colors Description: Draw a gradient-filled rectangle with custom vertex colors
Param[1]: rec (type: Rectangle) Param[1]: rec (type: Rectangle)
Param[2]: col1 (type: Color) Param[2]: topLeft (type: Color)
Param[3]: col2 (type: Color) Param[3]: bottomLeft (type: Color)
Param[4]: col3 (type: Color) Param[4]: topRight (type: Color)
Param[5]: col4 (type: Color) Param[5]: bottomRight (type: Color)
Function 232: DrawRectangleLines() (5 input parameters) Function 232: DrawRectangleLines() (5 input parameters)
Name: DrawRectangleLines Name: DrawRectangleLines
Return type: void Return type: void

+ 10
- 10
parser/output/raylib_api.xml 查看文件

@ -1353,8 +1353,8 @@
<Param type="int" name="centerX" desc="" /> <Param type="int" name="centerX" desc="" />
<Param type="int" name="centerY" desc="" /> <Param type="int" name="centerY" desc="" />
<Param type="float" name="radius" desc="" /> <Param type="float" name="radius" desc="" />
<Param type="Color" name="color1" desc="" /> <Param type="Color" name="inner" desc="" />
<Param type="Color" name="color2" desc="" /> <Param type="Color" name="outer" desc="" />
</Function> </Function>
<Function name="DrawCircleV" retType="void" paramCount="3" desc="Draw a color-filled circle (Vector version)"> <Function name="DrawCircleV" retType="void" paramCount="3" desc="Draw a color-filled circle (Vector version)">
<Param type="Vector2" name="center" desc="" /> <Param type="Vector2" name="center" desc="" />
@ -1431,23 +1431,23 @@
<Param type="int" name="posY" desc="" /> <Param type="int" name="posY" desc="" />
<Param type="int" name="width" desc="" /> <Param type="int" name="width" desc="" />
<Param type="int" name="height" desc="" /> <Param type="int" name="height" desc="" />
<Param type="Color" name="color1" desc="" /> <Param type="Color" name="top" desc="" />
<Param type="Color" name="color2" desc="" /> <Param type="Color" name="bottom" desc="" />
</Function> </Function>
<Function name="DrawRectangleGradientH" retType="void" paramCount="6" desc="Draw a horizontal-gradient-filled rectangle"> <Function name="DrawRectangleGradientH" retType="void" paramCount="6" desc="Draw a horizontal-gradient-filled rectangle">
<Param type="int" name="posX" desc="" /> <Param type="int" name="posX" desc="" />
<Param type="int" name="posY" desc="" /> <Param type="int" name="posY" desc="" />
<Param type="int" name="width" desc="" /> <Param type="int" name="width" desc="" />
<Param type="int" name="height" desc="" /> <Param type="int" name="height" desc="" />
<Param type="Color" name="color1" desc="" /> <Param type="Color" name="left" desc="" />
<Param type="Color" name="color2" desc="" /> <Param type="Color" name="right" desc="" />
</Function> </Function>
<Function name="DrawRectangleGradientEx" retType="void" paramCount="5" desc="Draw a gradient-filled rectangle with custom vertex colors"> <Function name="DrawRectangleGradientEx" retType="void" paramCount="5" desc="Draw a gradient-filled rectangle with custom vertex colors">
<Param type="Rectangle" name="rec" desc="" /> <Param type="Rectangle" name="rec" desc="" />
<Param type="Color" name="col1" desc="" /> <Param type="Color" name="topLeft" desc="" />
<Param type="Color" name="col2" desc="" /> <Param type="Color" name="bottomLeft" desc="" />
<Param type="Color" name="col3" desc="" /> <Param type="Color" name="topRight" desc="" />
<Param type="Color" name="col4" desc="" /> <Param type="Color" name="bottomRight" desc="" />
</Function> </Function>
<Function name="DrawRectangleLines" retType="void" paramCount="5" desc="Draw rectangle outline"> <Function name="DrawRectangleLines" retType="void" paramCount="5" desc="Draw rectangle outline">
<Param type="int" name="posX" desc="" /> <Param type="int" name="posX" desc="" />

||||||
x
 
000:0
正在加载...
取消
保存