mirror of
https://github.com/raysan5/raylib.git
synced 2025-11-20 09:06:26 +00:00
Update raylib_api.* by CI
This commit is contained in:
@@ -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)",
|
||||
|
||||
Reference in New Issue
Block a user