Difference between revisions of "SpineSprite:setAttachment"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
 
<translate>Set attachment</translate>
 
<translate>Set attachment</translate>
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(boolean) = SpineSprite:setAttachment(slot,attachment)
 
(boolean) = SpineSprite:setAttachment(slot,attachment)
</source>
+
</syntaxhighlight>
 
=== <translate>Parameters</translate> ===
 
=== <translate>Parameters</translate> ===
 
'''slot''': (string) <translate>Slot name</translate><br/>
 
'''slot''': (string) <translate>Slot name</translate><br/>

Latest revision as of 15: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