大约有 2,428 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0066 秒)
iphone6闪退 objc[644]: Class JSWTFMainThreadCaller is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore and /private/var/mobile/Containers/Bundle/Application/6815AAA5-5DD9-4F5E-B035-86F46C8BD87F/layabox.app/layabox. One of the two will be used. Which one is un...
来源: Laya_社区 发布时间: 20171127
API DocumentationAll Packages | All Classes | Index | Frames No Frames EventProperties | Methods | Constants Packagelaya.eventsClasspublic dynamic class EventInheritanceEvent ObjectSubclasses UIEvent Event 是事件类型的集合。一般当发生事件时,Event 对象将作为参数传...
来源: laya_api 发布时间: 20170929
...微信 AerTims 赞同来自: 1.你绑定其他关节的时候出错的。joint.otherBody你绑定错了,你应该想绑定在thumb_r上 2.你添加那个武器也添加错对象了,我想你应该想添加到thumb_r上 你改改应该就对了。 2019-09-19 0 5 分享 微博 QZONE 微信 AerTims...
来源: Laya_社区 发布时间: 20190919
...下 引擎版本2.0.1beta 没有锁帧 克隆方式: Laya.Sprite3D.instantiate(sprite,parent,isHoldWorldPos,pos); 播放方式: this.animator.speed = speedRate; // animState._resetPlayState(0);//animState._elapsedTime this.animator.crossFade(animName, 0.1, 0, normalizedTime); 附件 : --> ...
来源: Laya_社区 发布时间: 20190905
...a.Tween.complete().to(men, { x : x , y : y }, menMotionTime, Laya.Ease.quadInOut, null, 0); 我想判断对象是否正在缓动,如果是则complete立即完成没有完成的动画继续当前的 附件 : --> 2017-11-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...
来源: Laya_社区 发布时间: 20171122
...问题请先登录 发起人 czronaldo11 相关问题 LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) IOS系统内嵌H5游戏,退到后台,等几秒返回音乐音效全无 LayaAirIDE下如何使用mask? 红米K20pro 多个手指同时按下就会报这...
来源: Laya_社区 发布时间: 20180319
...相关结果 已邀请: 与内容相关的链接 提交 3 个回复 cuixueying 赞同来自: 建议提供一个Demo,我们本地运行看下问题,谢谢! 2017-01-19 0 1 分享 微博 QZONE 微信 hjy1234123 赞同来自: 在手机上,遮罩有问题:1.跑马灯未被遮罩;2.list在pane...
来源: Laya_社区 发布时间: 20170119
... Renders the quad */ render() { this.gl.useProgram(this.program); this.gl.bindBuffer(Laya.WebGLContext.ARRAY_BUFFER, this.vertexPositionBuffer); this.gl.enableVertexAttribArray(this.vertexPositionAttribute); this.gl.vertexAttribPointer( this.vertexPositionAttribute, this.vertexPositionBuffer.itemSiz...
来源: Laya_社区 发布时间: 20180726
...c class LayaSample { public function LayaSample() { //初始化引擎 Laya.init(1136, 640); Laya.stage.bgColor = "#ffffff"; var sp : Label = new Label("hello world"); //sp.fontSize = 55; sp.pos(100, 100) ; //sp.color = "#000000"; Laya.stage.addChild(sp); } } } chrome 下查看源代码 <html> ...
来源: Laya_社区 发布时间: 20170711
box2d动态创建绑定多个关节报错 Node:the component is singleton,can't add the second one. 需求:模拟粘性小球,与任何物体发生碰撞后,在容器内动态创建多个DistanceJoint 与多个不同rigBody做距离关系绑定 代码片段: onTriggerEnter(other: any, se...
来源: Laya_社区 发布时间: 20190609