Add Name field to ModelAnimation
This commit is contained in:
parent
4da19689d8
commit
5731069262
1 changed files with 1 additions and 0 deletions
|
@ -943,6 +943,7 @@ type ModelAnimation struct {
|
||||||
FrameCount int32
|
FrameCount int32
|
||||||
Bones *BoneInfo
|
Bones *BoneInfo
|
||||||
FramePoses **Transform
|
FramePoses **Transform
|
||||||
|
Name [32]int8
|
||||||
}
|
}
|
||||||
|
|
||||||
// newModelAnimationFromPointer - Returns new ModelAnimation from pointer
|
// newModelAnimationFromPointer - Returns new ModelAnimation from pointer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue