Update raylib_api.* by CI
This commit is contained in:
parent
9a5dddc311
commit
250d89b621
4 changed files with 524 additions and 476 deletions
|
@ -3643,6 +3643,17 @@ return {
|
|||
{type = "Camera", name = "camera"}
|
||||
}
|
||||
},
|
||||
{
|
||||
name = "GetViewRay",
|
||||
description = "Get a ray trace from mouse position in a viewport",
|
||||
returnType = "Ray",
|
||||
params = {
|
||||
{type = "Vector2", name = "mousePosition"},
|
||||
{type = "Camera", name = "camera"},
|
||||
{type = "float", name = "width"},
|
||||
{type = "float", name = "height"}
|
||||
}
|
||||
},
|
||||
{
|
||||
name = "GetCameraMatrix",
|
||||
description = "Get camera transform matrix (view matrix)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue