dspine ~master (2022-01-15T23:18:07.6473332)
Dub
Repo
spRegionAttachment
spine
atlas
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
spRegionAttachment {
spAttachment
_super
;
const
char
*
path
;
float
x
;
float
y
;
float
scaleX
;
float
scaleY
;
float
rotation
;
float
width
;
float
height
;
spColor
color
;
void
*
rendererObject
;
int
regionOffsetX
;
int
regionOffsetY
;
int
regionWidth
;
int
regionHeight
;
int
regionOriginalWidth
;
int
regionOriginalHeight
;
float
[
8
]
offset
;
float
[
8
]
uvs
;
}
Members
Variables
_super
spAttachment
_super
;
Undocumented in source.
color
spColor
color
;
height
float
height
;
Undocumented in source.
offset
float
[
8
]
offset
;
Undocumented in source.
path
char
*
path
;
regionHeight
int
regionHeight
;
Undocumented in source.
regionOffsetX
int
regionOffsetX
;
regionOffsetY
int
regionOffsetY
;
regionOriginalHeight
int
regionOriginalHeight
;
Undocumented in source.
regionOriginalWidth
int
regionOriginalWidth
;
Undocumented in source.
regionWidth
int
regionWidth
;
Undocumented in source.
rendererObject
void
*
rendererObject
;
rotation
float
rotation
;
scaleX
float
scaleX
;
scaleY
float
scaleY
;
Undocumented in source.
uvs
float
[
8
]
uvs
;
width
float
width
;
Undocumented in source.
x
float
x
;
y
float
y
;
Undocumented in source.
Meta
Source
See Implementation
spine
atlas
classes
Atlas
enums
spAtlasFilter
spAtlasFormat
spAtlasWrap
spVertexIndex
structs
spAtlas
spAtlasPage
spAtlasRegion
spMeshAttachment
spRegionAttachment
spVertexAttachment