大约有 4,373 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0079 秒)
Laya_社区(2475) Laya3.0_api(673) Laya2.0_api(357) laya_api(289) Laya2.0_文档(271) Laya_示例(157) Laya2.0_示例(116) Laya3.0_文档(35)
...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Inherited property Inherited method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...的例子可以上传一下的 peterpuppy • 2018-01-15 15:32 ``` public function update(delta:Number):Boolean { cur_time += delta; var distance_percent:Number = (cur_time / play_time) * (1 - Math.log(cur_time / play_time)); ani.x = startX + (endX - startX) * distance_percent ani.y = startY + (endY...
来源: Laya_社区 发布时间: 20180115
...e(path, completeCallBack, this.loadProgressCallback, type).on("error",null,function(msg){ console.error("ERROR",msg) }) 2019-06-17 添加评论 悬赏 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 李长忠 赞同来自: 同一个世...
来源: Laya_社区 发布时间: 20190617
... //创建碰撞信息 rayCastHit2 =new RaycastHit(); //针循环 public function _update():void { //刷新人物位置,_position是缓动函数实时更新的坐标 roleModel.transform.position = _position; //设置射线原点 ray2.origin=new Vector3(roleModel.transfor...
来源: Laya_社区 发布时间: 20170828
...ArraySlice uint16ArraySlice uint8ArraySlice Legend Object literal Variable Function Type alias Class Class with type parameter Static property Static method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...ist中添加多元素的item 导微信小程序报错window.focus is not a function 屏幕适配怎样实现铺满全屏,又不被拉伸? mac 用layaair2.0 ide 的编辑模式下,cpu爆满 问题状态 最新活动: 2017-09-21 12:45 浏览: 965 关注: 2 人 shimp • 2017-09-21 10:53 请帮...
来源: Laya_社区 发布时间: 20170920
...的意思大概是在老的这个文件里找不到对应的函数(not a function),而不是说找不到文件。 至于重启游戏后,可以了,因为重启游戏后,DCC会再次启动更新,更新成功了,自然也就正常了。 所以,要判断一下DCC有没有更新...
来源: Laya_社区 发布时间: 20190112
...当前类所有事件监听的移除,大致如下 /**销毁**/ private function dispose():void { this.removeEvent(); this.removeChildren(); this.removeSelf(); }visible(非可见区域的对象尽量从显示列表移除或者设置visible=false。),设置为visible=false的显示对象,将...
来源: Laya_社区 发布时间: 20170307
...age { import laya.ani.bone.Skeleton; public class DragonBonesDemo { public function DragonBonesDemo() { //初始化舞台 Laya.init(1334, 750); //创建一个Skeleton对象 var skeleton:Skeleton = new Skeleton(); //添加到舞台 Laya.stage.addChild(skeleton); skeleton.pos(600,350); //通过加载...
来源: Laya2.0_文档 发布时间: 20210714
...ype parameter Constructor Property Method Accessor Object literal Variable Function Type alias Enumeration Interface Static property
来源: Laya3.0_api 发布时间: 20231115