spine.attachments.MeshAttachment
spine.attachments.MeshAttachment
Inherits from: spine.attachments.VertexAttachment
Fields
| Name | Type | |
|---|---|---|
region | spine.support.graphics.TextureRegion | |
path | String | |
regionUVs | hl.types.ArrayBytes_Float | |
uvs | hl.types.ArrayBytes_Float | |
triangles | hl.types.ArrayBytes_Int | |
color | spine.support.graphics.Color | |
hullLength | I32 | |
parentMesh | spine.attachments.MeshAttachment | |
inheritDeform | Bool | |
edges | hl.types.ArrayBytes_Int | |
width | F64 | |
height | F64 |
Protos
f@29538applyDeform(spine.attachments.MeshAttachment, spine.attachments.VertexAttachment) → Bool
Bindings
- static
f@29539__constructor__(spine.attachments.MeshAttachment, String) → Void