You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should consider modifying the addSlotObject method to include an options object. This would allow for future extensibility while addressing this specific need. The proposed signature is:
Pixi users have often requested an option to sync attachment visibility with slot objects.
See:
A solution was initially proposed here, but the user eventually agreed to use the
afterUpdateWorldTransforms
method, as demonstrated below:Proposal
We should consider modifying the
addSlotObject
method to include anoptions
object. This would allow for future extensibility while addressing this specific need. The proposed signature is:By default,
syncToAttachment
would be set tofalse
to avoid breaking changes.Additionally, it may be necessary to expose a method to modify the options associated with a slot object after its creation.
The text was updated successfully, but these errors were encountered: