mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-14 17:59:17 -05:00
rlparser: update raylib_api.* by CI
This commit is contained in:
@ -1029,6 +1029,11 @@ return {
|
||||
name = "ModelAnimation",
|
||||
description = "ModelAnimation",
|
||||
fields = {
|
||||
{
|
||||
type = "char[32]",
|
||||
name = "name",
|
||||
description = "Animation name"
|
||||
},
|
||||
{
|
||||
type = "int",
|
||||
name = "boneCount",
|
||||
@ -1048,11 +1053,6 @@ return {
|
||||
type = "Transform **",
|
||||
name = "framePoses",
|
||||
description = "Poses array by frame"
|
||||
},
|
||||
{
|
||||
type = "char[32]",
|
||||
name = "name",
|
||||
description = "Animation name"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user