We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8abf87 commit 86f7e07Copy full SHA for 86f7e07
_data/extensions/extension-spine_spine.json
@@ -344,7 +344,7 @@
344
"type": "FUNCTION"
345
},
346
{
347
- "description": "Set the attachment of a lot on a spine model.",
+ "description": "Set the attachment of a slot on a spine model.",
348
"examples": "",
349
"name": "spine.set_attachment",
350
"parameters": [
@@ -366,11 +366,12 @@
366
]
367
368
369
- "doc": "Id of the attachment",
+ "doc": "Id of the attachment. May be nil to reset to default attachment.",
370
"name": "attachment",
371
"types": [
372
"string",
373
- "hash"
+ "hash",
374
+ "nil"
375
376
}
377
],
0 commit comments