• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 167 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0043 秒)

61. [临时解决]bug?加载sk问题 [ 82%]

...der预先加载什么,当然atlas除外。 // 由于Skeleton内部有个_templet,只有这个变量真的接收到Templet对象后才算是Skeleton准备就绪了, // 因此,我们在最开始设计了一个预加载过程,不断检测ui中拖入的Skeleton类的对象的_templet是否都...

来源: Laya_社区 发布时间: 20180622

62. 分享:销毁龙骨动画! [ 82%]

...骨动画! package { import laya.ani.bone.Skeleton; import laya.ani.bone.Templet; import laya.display.Sprite; import laya.events.Event; import laya.utils.Browser; import laya.utils.Stat; import laya.webgl.WebGL; public class ASDemo { private var mAniPath:String; private var mFactory:Templet; priva...

来源: Laya_社区 发布时间: 20170406

63. laya.ani.bone.BoneSlot_API3.0 [ 81%]

...playData currSlotData currTexture displayIndex name parent srcDisplayIndex templet type Methods copy draw drawBonePoint getMatrix replaceDisplayByIndex replaceDisplayByName replaceSkin setParentMatrix showDisplayByIndex showDisplayByName showSlotData createSkinMesh isSameMatrix Properties attachment...

来源: Laya3.0_api 发布时间: 20231115

64. laya.d3.component.animation.SkinAnimations [ 81%]

...meAnimations started : Boolean是否已执行start函数。Component3D  templet : AnimationTemplet[override] SkinAnimations url : String[write-only] 设置url地址。 KeyframeAnimationsProtected Properties Hide Inherited Protected Properties Show Inherited Protected Properties PropertyDefined ...

来源: laya_api 发布时间: 20170929

65. laya.d3.component.animation.KeyframeAnimations [ 79%]

...meAnimations started : Boolean是否已执行start函数。Component3D  templet : AnimationTemplet 获取动画模板。 KeyframeAnimations  url : String[write-only] 设置url地址。 KeyframeAnimationsProtected Properties PropertyDefined By  _player : AnimationPlayer动画播放器。Keyfr...

来源: laya_api 发布时间: 20170929

66. KeyNotFoundException: The given key was not present in the dictionary [ 79%]

...源码 关于LAYA2.0下自己实现dictionary的问题 骨骼释放纹理 Templet.TEMPLET_DICTIONARY[this.url] url用错了导致Templet删不掉 问题状态 最新活动: 2019-03-13 14:20 浏览: 1136 关注: 1 人

来源: Laya_社区 发布时间: 20190116

67. 经验分享:如何控制龙骨动画的播放索引! [ 79%]

...放索引! package { import laya.ani.bone.Skeleton; import laya.ani.bone.Templet; import laya.events.Event; import laya.webgl.WebGL; public class DragonDemo { private var mFactory:Templet; private var mArmature:Skeleton; private var index:int;//帧频 private var time:Number; public function Drago...

来源: Laya_社区 发布时间: 20170509

68. downloadFile:fail url scheme is invalid [ 78%]

...但是需要runtime.json这个文件是怎么来的? 骨骼释放纹理 Templet.TEMPLET_DICTIONARY[this.url] url用错了导致Templet删不掉 关于页面访问 url 带参 疑问 ? laya 2.0 用class创建scene, 实例 的 url属性为null, layaAir 运行了url地址会停止当前运行 发布...

来源: Laya_社区 发布时间: 20181123

69. [0]Spine3.8.75报错:Error: Unsupported skeleton data, please export with a newer version of Spine. [ 78%]

...Stage = Laya.Stage; var Event = Laya.Event; var Stat = Laya.Stat; var SpineTemplet = Laya.SpineTemplet; class SpineBinary {     constructor() {         this.aniPath = "res/powerup-pro.skel";         this.index = -1;         // Laya.init(Browser.width, Browser.height, WebGL);       ...

来源: Laya_社区 发布时间: 20211013

70. laya.ani.bone.Skeleton [ 78%]

...letonInheritanceSkeleton Sprite Node EventDispatcher Object 骨骼动画由Templet,AnimationPlayer,Skeleton三部分组成。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不...

来源: laya_api 发布时间: 20170929