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:
@ -3654,22 +3654,6 @@ return {
|
||||
{type = "float", name = "height"}
|
||||
}
|
||||
},
|
||||
{
|
||||
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",
|
||||
@ -3679,15 +3663,6 @@ return {
|
||||
{type = "Camera", name = "camera"}
|
||||
}
|
||||
},
|
||||
{
|
||||
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",
|
||||
@ -3708,6 +3683,31 @@ return {
|
||||
{type = "Camera2D", name = "camera"}
|
||||
}
|
||||
},
|
||||
{
|
||||
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