在Unity里如果我通过SkeletonAnimation.Skeleton.Data.DefaultSkin.GetAttachment 我必须先知道Slot下的AttachmentName,但是如果Slot下的Attachment没有显示,那么Slot.AttachmentName=Null。所以我想要一个在当前Skin的某个Slot下的所有Attachment的API
如何获取一个slot下的所有attachment
- Modifié
为什么没有使用API提供的其他方法之一?
Is there a reason why you are not using one of the other methods provided by the API?
spine-runtimes/Skin.cs at 3.8
spine-runtimes/Skin.cs at 3.8
spine-runtimes/Skin.cs at 3.8
Harald a écrit
谢谢你的回复,我确实是忽略了skin下的其他接口,不好意思
没问题,很高兴它解决了你的问题。
No problem, glad it solved your problem.