isodi v0.4.3 (2021-10-15T09:19:49Z)
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.