dspine ~master (2022-01-15T23:18:07.6473332)
Dub
Repo
spBoneData
spine
skeleton
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
package extern (
C
)
struct
spBoneData {
const
int
index
;
const
(
char
*)
name
;
const
(
spBoneData
*)
parent
;
float
length
;
float
x
;
float
y
;
float
rotation
;
float
scaleX
;
float
scaleY
;
float
shearX
;
float
shearY
;
spTransformMode
transformMode
;
string
toString
();
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
index
int
index
;
Undocumented in source.
length
float
length
;
Undocumented in source.
name
const
(
char
*)
name
;
Undocumented in source.
parent
const
(
spBoneData
*)
parent
;
rotation
float
rotation
;
scaleX
float
scaleX
;
scaleY
float
scaleY
;
shearX
float
shearX
;
shearY
float
shearY
;
Undocumented in source.
transformMode
spTransformMode
transformMode
;
Undocumented in source.
x
float
x
;
y
float
y
;
Undocumented in source.
Meta
Source
See Implementation
spine
skeleton
classes
Skeleton
SkeletonData
enums
spAttachmentType
spBlendMode
spTransformMode
functions
spSkeleton_update
spSkeleton_updateWorldTransform
structs
spAnimation
spAttachment
spBone
spBoneData
spEventData
spIkConstraint
spIkConstraintData
spPathConstraint
spPathConstraintData
spSkeleton
spSkeletonData
spSkin
spSlot
spSlotData
spTransformConstraint
spTransformConstraintData