Update raylib_api.* by CI
This commit is contained in:
parent
efa7ef12e6
commit
631e2a4c5c
|
|
@ -6520,7 +6520,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "DrawSplineSegmentBezierCubicVar",
|
"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",
|
"returnType": "void",
|
||||||
"params": [
|
"params": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -5212,7 +5212,7 @@ return {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name = "DrawSplineSegmentBezierCubicVar",
|
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",
|
returnType = "void",
|
||||||
params = {
|
params = {
|
||||||
{type = "Vector2", name = "p1"},
|
{type = "Vector2", name = "p1"},
|
||||||
|
|
|
||||||
|
|
@ -2531,7 +2531,7 @@ Function 259: DrawSplineSegmentBezierCubic() (6 input parameters)
|
||||||
Function 260: DrawSplineSegmentBezierCubicVar() (7 input parameters)
|
Function 260: DrawSplineSegmentBezierCubicVar() (7 input parameters)
|
||||||
Name: DrawSplineSegmentBezierCubicVar
|
Name: DrawSplineSegmentBezierCubicVar
|
||||||
Return type: void
|
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[1]: p1 (type: Vector2)
|
||||||
Param[2]: c2 (type: Vector2)
|
Param[2]: c2 (type: Vector2)
|
||||||
Param[3]: c3 (type: Vector2)
|
Param[3]: c3 (type: Vector2)
|
||||||
|
|
|
||||||
|
|
@ -1621,7 +1621,7 @@
|
||||||
<Param type="float" name="thick" desc="" />
|
<Param type="float" name="thick" desc="" />
|
||||||
<Param type="Color" name="color" desc="" />
|
<Param type="Color" name="color" desc="" />
|
||||||
</Function>
|
</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="p1" desc="" />
|
||||||
<Param type="Vector2" name="c2" desc="" />
|
<Param type="Vector2" name="c2" desc="" />
|
||||||
<Param type="Vector2" name="c3" desc="" />
|
<Param type="Vector2" name="c3" desc="" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user