大约有 56 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0056 秒)
Laya.Script的派生类的_update函数不工作? 我从Laya.Script类extends了一个自己的class,贴在一个物体上,运行的时候脚本的_start函数中的log正常打印出来了,但是_update函数中的log没有打印 _update(state:Laya.RenderState) { console.log("state:", st...
来源: Laya_社区 发布时间: 20180614
Laya.Script _start和_update以及_lateupdate不执行是什么原因呢? class b extends Laya.Script{ _initialize(owner:Laya.Sprite3D){ super._initialize(owner); //加打印可以执行 } _start(state:Laya.RenderState):void{ //加打印不执行 ...
来源: Laya_社区 发布时间: 20180423
脚本组件继承于 Laya.Script。 其中的_update方法,多长时间会调用一次? 可以设置调用时间吗? 脚本组件继承于 Laya.Script。 其中的_update方法,多长时间会调用一次? 可以设置调用时间吗? --------------------- declare module laya.d3.compon...
来源: Laya_社区 发布时间: 20171109
...& (Laya.Stat.loopCount > mouseTouch._pressedLoopCount)){ var pressedScripts=pressedSprite._scripts; if (pressedScripts){ for (j=0,m=pressedScripts.length;j < m;j++) pressedScripts[j].onMouseDrag(); } }; var touchSprite=mouseTouch.sprite; if (touchSprite){ var scripts=touchSprite._scripts; ...
来源: Laya_社区 发布时间: 20200119
...块编译宏使用,上面的写法看着有点累,可以参考下: /*[IF-SCRIPT-BEGIN] _model = model; var SHAKE_THRESHOLD = 100; var last_update = 0; var x = y = z = last_x = last_y = last_z = 0;; var canShake = 1; if (__JS__('window.DeviceMotionEvent')){__JS__('window').addEventListener("devicem...
来源: Laya_社区 发布时间: 20160110
...10 2019-05-10 17:10:38.479438+0800 SwiftLayaNative[98971:4069811] Start js scripts/apploader.js 2019-05-10 17:10:38.479618+0800 SwiftLayaNative[98971:4069811] OpenGL ES version [OpenGL ES 3.0 APPLE-17.0.37] 2019-05-10 17:10:38.479792+0800 SwiftLayaNative[98971:4069811] INFO:gles 支持的最大顶...
来源: Laya_社区 发布时间: 20190510
...部计时器 自己可以调用step开启物理系统但是无法再使用script的物理回调了 而且注释和文档中的Physics.update方法并不存在,_update方法为内部私有方法无法调用 我自己的临时解决方案 附件 : --> 2019-06-12 添加评论 免费帖 --> 分...
来源: Laya_社区 发布时间: 20190612
Laya.Script 常驻脚本 DotDestroyOnLoad laya2.0开始支持Laya.Script脚本组件,请问有没有常驻脚本的写法呢?类似unity的dontDestroyOnLoad 2019-01-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个...
来源: Laya_社区 发布时间: 20190125
CameraMoveScript.as在哪儿下载群里的有错 public function CameraMoveScript() { } override public function _initialize(owner:Sprite3D):void { super._initialize(owner); Laya.stage.on(Event.MOUSE_DOWN, this, mouseDown); Laya.stage.on(Event.MOUSE_UP, this, mouseUp); Laya.stage.on(Event.MOUSE_OU...
来源: Laya_社区 发布时间: 20170218
...json 12-09 22:04:33.108 12728-12832/? I/LayaBox: require(/sdcard/layabox/scripts/scripts/index.js) 12-09 22:04:33.109 12728-12832/? I/LayaBox: require(/sdcard/layabox/scripts/index.js) 12-09 22:04:33.110 12728-12832/? I/LayaBox: found the file in the package:scripts/index.js 12-09 22:04:33.115 1...
来源: Laya_社区 发布时间: 20181209