大约有 457 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0067 秒)
... }) scene3d: Laya.Scene3D; constructor() { super(); } // 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onAwake(): void { //支付宝小游戏 Laya.loader.loadPackage("sub1", this.printProgress).then(() => { Laya.loader.load("sub1/Cube.lh").the...
来源: Laya3.0_文档 发布时间: 20251010
...:Function, args:Array = null, coverBefore:Boolean = true):void 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Node frameOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行一次某函数(基于帧率)。功能...
来源: laya_api 发布时间: 20170929
...:Function, args:Array = null, coverBefore:Boolean = true):void 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Node frameOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行一次某函数(基于帧率)。功能...
来源: laya_api 发布时间: 20170929
...的初始属性很可能我会在代码中操作,动画是在操作之后执行的,和初始属性没什么关系。 lu632375951 • 2016-08-24 17:55 第三个问题,现在这个功能基本上各种工具都有,只要能保证性能肯定是有利于用户体验的。 lu632375951 • 2016-0...
来源: Laya_社区 发布时间: 20160824
...olocation的使用,只能使用https协议,普通的http协议是无法执行的,而IDE默认打开的谷歌浏览器里使用的是http协议。 这里提供一种测试办法,开发者可以先Web发布,然后用anywhere命令启动https进行测试。这里要注意,示例中将获取...
来源: Laya3.0_文档 发布时间: 20251010
...:Function, args:Array = null, coverBefore:Boolean = true):void 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Node frameOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行一次某函数(基于帧率)。功能...
来源: laya_api 发布时间: 20170929
...rollup-plugin-typescript2: 0.21.2 c)、安装上述依赖包到本地 先执行 npm init初始化项目,生成 package.json 文件 然后依次执行 npm install --save-dev 代码包名称@版本,如:npm install --save-dev del@3.0.0安装前两步中找到的代码包 由于 gulp-babel 依...
来源: Laya_社区 发布时间: 20201223
...:Function, args:Array = null, coverBefore:Boolean = true):void 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Node frameOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行一次某函数(基于帧率)。功能...
来源: laya_api 发布时间: 20170929
...:Function, args:Array = null, coverBefore:Boolean = true):void 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Node frameOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行一次某函数(基于帧率)。功能...
来源: laya_api 发布时间: 20170929
...ler = new Handler(this, onChange);//设置 progressBar 的value值改变时执行的处理器。 Laya.stage.addChild(progressBar);//将 progressBar 添加到显示列表。 Laya.timer.once(3000, this, changeValue);//设定 3000ms(毫秒)后,执行函数changeValue。 } private function changeV...
来源: Laya3.0_api 发布时间: 20231115