dspine ~master (2022-01-15T23:18:07.6473332)
Dub
Repo
spSkeletonBounds
spine
skeleton_bounds
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
spSkeletonBounds {
int
count
;
spBoundingBoxAttachment
**
boundingBoxes
;
spPolygon
**
polygons
;
float
minX
;
float
minY
;
float
maxX
;
float
maxY
;
debug
string
toString
();
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
boundingBoxes
spBoundingBoxAttachment
**
boundingBoxes
;
Undocumented in source.
count
int
count
;
maxX
float
maxX
;
maxY
float
maxY
;
Undocumented in source.
minX
float
minX
;
minY
float
minY
;
Undocumented in source.
polygons
spPolygon
**
polygons
;
Undocumented in source.
Meta
Source
See Implementation
spine
skeleton_bounds
classes
SkeletonBounds
structs
spBoundingBoxAttachment
spSkeletonBounds