Parcourir la source

Update raylib_api.* by CI

pull/4810/head
github-actions[bot] il y a 1 mois
Parent
révision
631e2a4c5c
4 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. +1
    -1
      parser/output/raylib_api.json
  2. +1
    -1
      parser/output/raylib_api.lua
  3. +1
    -1
      parser/output/raylib_api.txt
  4. +1
    -1
      parser/output/raylib_api.xml

+ 1
- 1
parser/output/raylib_api.json Voir le fichier

@ -6520,7 +6520,7 @@
},
{
"name": "DrawSplineSegmentBezierCubicVar",
"description": "Draw spline segment with variable thickness: Cubic Bezier, 2 points, 2 control points, 1 or more thickness",
"description": "Draw spline segment with variable thickness: Cubic Bezier, 2 points, 2 control points",
"returnType": "void",
"params": [
{

+ 1
- 1
parser/output/raylib_api.lua Voir le fichier

@ -5212,7 +5212,7 @@ return {
},
{
name = "DrawSplineSegmentBezierCubicVar",
description = "Draw spline segment with variable thickness: Cubic Bezier, 2 points, 2 control points, 1 or more thickness",
description = "Draw spline segment with variable thickness: Cubic Bezier, 2 points, 2 control points",
returnType = "void",
params = {
{type = "Vector2", name = "p1"},

+ 1
- 1
parser/output/raylib_api.txt Voir le fichier

@ -2531,7 +2531,7 @@ Function 259: DrawSplineSegmentBezierCubic() (6 input parameters)
Function 260: DrawSplineSegmentBezierCubicVar() (7 input parameters)
Name: DrawSplineSegmentBezierCubicVar
Return type: void
Description: Draw spline segment with variable thickness: Cubic Bezier, 2 points, 2 control points, 1 or more thickness
Description: Draw spline segment with variable thickness: Cubic Bezier, 2 points, 2 control points
Param[1]: p1 (type: Vector2)
Param[2]: c2 (type: Vector2)
Param[3]: c3 (type: Vector2)

+ 1
- 1
parser/output/raylib_api.xml Voir le fichier

@ -1621,7 +1621,7 @@
<Param type="float" name="thick" desc="" />
<Param type="Color" name="color" desc="" />
</Function>
<Function name="DrawSplineSegmentBezierCubicVar" retType="void" paramCount="7" desc="Draw spline segment with variable thickness: Cubic Bezier, 2 points, 2 control points, 1 or more thickness">
<Function name="DrawSplineSegmentBezierCubicVar" retType="void" paramCount="7" desc="Draw spline segment with variable thickness: Cubic Bezier, 2 points, 2 control points">
<Param type="Vector2" name="p1" desc="" />
<Param type="Vector2" name="c2" desc="" />
<Param type="Vector2" name="c3" desc="" />

Chargement…
Annuler
Enregistrer