大约有 2,144 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0058 秒)
Laya_社区(1568) Laya3.0_api(362) Laya3.0_文档(59) Laya2.0_文档(49) Laya_示例(34) Laya2.0_api(26) laya_api(26) Laya2.0_示例(20)
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/maths/Matrix" Matrix Class Matrix Matrix 类表示一个转换矩阵,它确定如何将点从一个坐标空间映射到另一个...
来源: Laya3.0_api 发布时间: 20231115
Laya.Sprite loadImage 参数问题 第一天学习laya,遇见个问题。api上对loadimage的描述是: loadImage(url:String, x:Number = 0, y:Number = 0, width:Number = 0, height:Number = 0, complete:Handler = null) 官方文档也是这么用的:http://ldc.layabox.com/doc/?nav=zh-ts-1-3-...
来源: Laya_社区 发布时间: 20200522
... 动画混合无效(版本2.6) 骨骼动画播放完后的回调时间 Animator 如何获取当前所有动画名称呢?或者所有的AnimationClip呢? 缓动动画SKEW-Y从0到360卡住 laya3D动画无法播放 [Laya2.0 3D] 2.0正式版上存在某些骨骼动画无法播放,U3D和1.7.*...
来源: Laya_社区 发布时间: 20170718
Search Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/Vector3" Vector3 Class Vector3 Vector3 类用于创建三维向量。 Hierarchy Vector3 Implements IClone Index Constructors con...
来源: Laya3.0_api 发布时间: 20231102
...aya.Handler; constructor(url: string, handler: Laya.Handler, aniMode: number = 0) { this._handler = handler; this.mFactory = new Laya.Templet(); this.mFactory.on(Laya.Event.COMPLETE, this, this.parseComplete, [aniMode]); ...
来源: Laya_社区 发布时间: 20200618
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/physics/joint/DistanceJoint" DistanceJoint Class DistanceJoint 距离关节:两个物体上面各自有一点,两点之间的...
来源: Laya3.0_api 发布时间: 20231115
...的骨骼动画不能显示完整,兼容性问题? // 加载动画 loadAni(): void { var aniPath = this.ANIS[this.fishIndex]; this.mFactory = new Laya.Templet(); this.mFactory.on(Laya.Event.COMPLETE, this, this.parseComplete); this.mFactory.loadAni(aniPath); } // 动画解析完成,添加到舞...
来源: Laya_社区 发布时间: 20161209
Laya2.4版本,场景为内嵌时layaMaxUI类中没有声明场景中的Button等控件? export module ui { export class GameSceneuiUI extends Laya.Scene { public static uiView:any ={"type":"Scene","props":{"width":720,"height":1280},"compId":2,"child":[{"type":"Button","props":{"y":616,"x":296,...
来源: Laya_社区 发布时间: 20200228
... 3 个回复 Laya_Aaron 赞同来自: 替换一下这两个类试试 FrameAnimation.zip GraphicAnimation.zip 2018-06-19 0 1 分享 微博 QZONE 微信 BookoMan 赞同来自: Laya.Templet播放spine,会报一个错误: laya.core.js:4334 Uncaught TypeError: Cannot set property 'a' of undefined ...
来源: Laya_社区 发布时间: 20180619
...a.Sprite3D; //加载到场景 scene.addChild(role3D); //此处报错 var ani = role3D.getComponent(Laya.Animator) as Laya.Animator; //播放攻击状态 ani.play(); chrome 调试: addChild(node) { if (!node || this.destroyed || node === this) return no...
来源: Laya_社区 发布时间: 20191203