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:
@ -3886,6 +3886,29 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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