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:
@ -1,5 +1,5 @@
|
||||
|
||||
Defines found: 56
|
||||
Defines found: 57
|
||||
|
||||
Define 001: RAYLIB_H
|
||||
Name: RAYLIB_H
|
||||
@ -281,6 +281,11 @@ Define 056: SHADER_LOC_MAP_SPECULAR
|
||||
Type: UNKNOWN
|
||||
Value: SHADER_LOC_MAP_METALNESS
|
||||
Description:
|
||||
Define 057: GetMouseRay
|
||||
Name: GetMouseRay
|
||||
Type: UNKNOWN
|
||||
Value: GetScreenToWorldRay
|
||||
Description: Compatibility hack for previous raylib versions
|
||||
|
||||
Structures found: 34
|
||||
|
||||
@ -1424,14 +1429,14 @@ Function 083: UnloadShader() (1 input parameters)
|
||||
Function 084: GetScreenToWorldRay() (2 input parameters)
|
||||
Name: GetScreenToWorldRay
|
||||
Return type: Ray
|
||||
Description: Get a ray trace from mouse position
|
||||
Param[1]: mousePosition (type: Vector2)
|
||||
Description: Get a ray trace from screen position (i.e mouse)
|
||||
Param[1]: position (type: Vector2)
|
||||
Param[2]: camera (type: Camera)
|
||||
Function 085: GetScreenToWorldRayEx() (4 input parameters)
|
||||
Name: GetScreenToWorldRayEx
|
||||
Return type: Ray
|
||||
Description: Get a ray trace from mouse position in a viewport
|
||||
Param[1]: mousePosition (type: Vector2)
|
||||
Description: Get a ray trace from screen position (i.e mouse) in a viewport
|
||||
Param[1]: position (type: Vector2)
|
||||
Param[2]: camera (type: Camera)
|
||||
Param[3]: width (type: float)
|
||||
Param[4]: height (type: float)
|
||||
|
||||
Reference in New Issue
Block a user