isodi ~master (2022-05-09T21:53:43.7454896)
Dub
Repo
AnimationBone
isodi
resource
Changeable bone properties.
@
safe
struct
AnimationBone {
float
[
3
]
rotate
;
float
scale
;
}
Members
Variables
rotate
float
[
3
]
rotate
;
Rotate the bone.
scale
float
scale
;
Rotate the bone.
Meta
Source
See Implementation
isodi
resource
interfaces
WithDrawableResources
WithResources
structs
Animation
AnimationBone
AnimationPart
SkeletonNode
Changeable bone properties.