Add Name field to ModelAnimation

This commit is contained in:
Milan Nikolic 2023-11-07 14:43:17 +01:00
parent 4da19689d8
commit 5731069262
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75

View file

@ -943,6 +943,7 @@ type ModelAnimation struct {
FrameCount int32
Bones *BoneInfo
FramePoses **Transform
Name [32]int8
}
// newModelAnimationFromPointer - Returns new ModelAnimation from pointer