Difference between revisions of "SpineSprite:setAttachment"
From GiderosMobile
(Created page with "__NOTOC__ <languages /> '''<translate>Available since</translate>:''' Gideros 2018.12<br/> '''<translate>Class</translate>:''' SpineSprite<br/> ==...") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
(2 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
=== <translate>Description</translate> === | === <translate>Description</translate> === | ||
<translate>Set attachment</translate> | <translate>Set attachment</translate> | ||
− | < | + | <syntaxhighlight lang="lua"> |
− | SpineSprite:setAttachment(attachment) | + | (boolean) = SpineSprite:setAttachment(slot,attachment) |
− | </ | + | </syntaxhighlight> |
=== <translate>Parameters</translate> === | === <translate>Parameters</translate> === | ||
+ | '''slot''': (string) <translate>Slot name</translate><br/> | ||
'''attachment''': (string) <translate>Attachment name</translate><br/> | '''attachment''': (string) <translate>Attachment name</translate><br/> | ||
+ | |||
+ | === <translate>Return values</translate> === | ||
+ | '''<translate>Returns</translate>''' (boolean) <translate>True if the specified slot was found and attachment was set</translate><br/> |
Latest revision as of 14:33, 13 July 2023
Available since: Gideros 2018.12
Class: SpineSprite
Description
Set attachment
(boolean) = SpineSprite:setAttachment(slot,attachment)
Parameters
slot: (string) Slot name
attachment: (string) Attachment name
Return values
Returns (boolean) True if the specified slot was found and attachment was set