大约有 3 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0063 秒)
动画getGraphicBounds()为什么错误 特效原本宽高329,424 ani.getGraphicBounds() 输出他的width 和height 不知道从哪里来的width: 91, height: 20 做list列表的时候下拉上拉几次 特效有时也获取得到 宽高329,424 到底是什么情况 2017-06-...
来源: Laya_社区 发布时间: 20170630
... Globals "laya/spine/SpineSkeleton" SpineSkeleton Class SpineSkeleton spine动画由SpineTemplet,SpineSkeletonRender,SpineSkeleton三部分组成。 Hierarchy Sprite SpineSkeleton Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseTh...
来源: Laya3.0_api 发布时间: 20231115
...片长,图片宽) sp1.setBounds(rectangle1); 因为我之前spine骨骼动画就是这么做的,毫无问题。我心里想着这方法真不错,以后我这个圆就算触发某种条件变到400*300的椭圆,我只要rectangle1.setTo(-200,-150,400,300);再sp1.setBounds(rectangle1);就完...
来源: Laya_社区 发布时间: 20161214