mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Update raylib_api.* by CI
This commit is contained in:
@ -3909,28 +3909,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "GetCameraMatrix",
|
||||
"description": "Get camera transform matrix (view matrix)",
|
||||
"returnType": "Matrix",
|
||||
"params": [
|
||||
{
|
||||
"type": "Camera",
|
||||
"name": "camera"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "GetCameraMatrix2D",
|
||||
"description": "Get camera 2d transform matrix",
|
||||
"returnType": "Matrix",
|
||||
"params": [
|
||||
{
|
||||
"type": "Camera2D",
|
||||
"name": "camera"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "GetWorldToScreen",
|
||||
"description": "Get the screen space position for a 3d world space position",
|
||||
@ -3946,21 +3924,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "GetScreenToWorld2D",
|
||||
"description": "Get the world space position for a 2d camera screen space position",
|
||||
"returnType": "Vector2",
|
||||
"params": [
|
||||
{
|
||||
"type": "Vector2",
|
||||
"name": "position"
|
||||
},
|
||||
{
|
||||
"type": "Camera2D",
|
||||
"name": "camera"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "GetWorldToScreenEx",
|
||||
"description": "Get size position for a 3d world space position",
|
||||
@ -3999,6 +3962,43 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "GetScreenToWorld2D",
|
||||
"description": "Get the world space position for a 2d camera screen space position",
|
||||
"returnType": "Vector2",
|
||||
"params": [
|
||||
{
|
||||
"type": "Vector2",
|
||||
"name": "position"
|
||||
},
|
||||
{
|
||||
"type": "Camera2D",
|
||||
"name": "camera"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "GetCameraMatrix",
|
||||
"description": "Get camera transform matrix (view matrix)",
|
||||
"returnType": "Matrix",
|
||||
"params": [
|
||||
{
|
||||
"type": "Camera",
|
||||
"name": "camera"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "GetCameraMatrix2D",
|
||||
"description": "Get camera 2d transform matrix",
|
||||
"returnType": "Matrix",
|
||||
"params": [
|
||||
{
|
||||
"type": "Camera2D",
|
||||
"name": "camera"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "SetTargetFPS",
|
||||
"description": "Set target FPS (maximum)",
|
||||
|
||||
Reference in New Issue
Block a user