inochi2d ~main (2026-08-20T13:21:03.36605)
Dub
Repo
BoneTarget
inochi2d
nodes
bone
bone
A target of a bone.
struct
BoneTarget {
~this
();
@
nogc
IDeformable
target
;
@
nogc
float
[]
weights
;
}
Destructor
~this
~this
()
Destructor.
Members
Variables
target
IDeformable
target
;
The target of the bone.
weights
float
[]
weights
;
Bone weights
Meta
Source
See Implementation
inochi2d
nodes
bone
bone
classes
Bone
mixins
__anonymous
structs
BoneTarget
A target of a bone.