Update raylib_api.* by CI
This commit is contained in:
parent
80d318461f
commit
915dd95d88
3 changed files with 15 additions and 15 deletions
|
@ -2957,27 +2957,27 @@ return {
|
|||
{
|
||||
name = "CAMERA_CUSTOM",
|
||||
value = 0,
|
||||
description = "Custom camera"
|
||||
description = "Camera custom, controlled by user (UpdateCamera() does nothing)"
|
||||
},
|
||||
{
|
||||
name = "CAMERA_FREE",
|
||||
value = 1,
|
||||
description = "Free camera"
|
||||
description = "Camera free mode"
|
||||
},
|
||||
{
|
||||
name = "CAMERA_ORBITAL",
|
||||
value = 2,
|
||||
description = "Orbital camera"
|
||||
description = "Camera orbital, around target, zoom supported"
|
||||
},
|
||||
{
|
||||
name = "CAMERA_FIRST_PERSON",
|
||||
value = 3,
|
||||
description = "First person camera"
|
||||
description = "Camera first person"
|
||||
},
|
||||
{
|
||||
name = "CAMERA_THIRD_PERSON",
|
||||
value = 4,
|
||||
description = "Third person camera"
|
||||
description = "Camera third person"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue