大约有 868 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0043 秒)
Laya2.0_文档(437) Laya_社区(301) Laya3.0_api(86) laya_api(20) Laya2.0_api(11) Laya3.0_文档(9) Laya_示例(2) Laya2.0_示例(2)
[LayaAirIDE3]Laya3.3tween动画在update函数里修改属性值,下一帧会被重新修正 我在一秒后把x设置到90,下一帧又会被原有的缓动给修正位置了,我怎么样才能让他不修正呢 附件 : --> 2025-08-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...
来源: Laya_社区 发布时间: 20250815
...rarchy StatUI Implements IStatUI Index Methods hide render show showToggle update Methods hide hide(): void Implementation of IStatUI.hide Defined in laya/ui/StatUI.ts:61 override 隐藏性能统计信息。 Returns void render render(ctx: any, x: number, y: number): void Implementation of IStatUI.r...
来源: Laya3.0_api 发布时间: 20231115
...aya.timer.frameLoop 在初始化的时候 Laya.timer.frameLoop(1,this,this.update); 设置每帧执行函数 程序运行一段时间后 update函数不执行了; 2018-05-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 ...
来源: Laya_社区 发布时间: 20180502
脚本组件继承于 Laya.Script。 其中的_update方法,多长时间会调用一次? 可以设置调用时间吗? 脚本组件继承于 Laya.Script。 其中的_update方法,多长时间会调用一次? 可以设置调用时间吗? --------------------- declare module laya.d3.compon...
来源: Laya_社区 发布时间: 20171109
...蜂窝权限都已经打开: 启动游戏会的第一步会下载 /update/assetsid.txt 这个文档比较来确定是否更新 目前我遇到的问题是: 在wifi下没有问题,每次下注都能够成功 在4G下,经常下载失败,偶尔可以,下注失败就进入不了游...
来源: Laya_社区 发布时间: 20180111
...nction setRotation(value):void { this.rotation = value; update(); } private function setScale(value):void { this.scale = value; update(); } private function setPosition(value):void { this.position = value; update(); } public fun...
来源: Laya2.0_文档 发布时间: 20210715
...tion=0, scale=1, position=0; function setRotation(value) { rotation=value; update(); } function setScale(value) { scale = value; update(); } function setPosition(value) { position = value; update(); } function update() { console.log('rotation: ' + rotation + '\tscale: ' + scale + '\tposition: ' + po...
来源: Laya2.0_文档 发布时间: 20210715
...们需要把这个zip文件解压到那个路径???服务端需要打update这个文件吗???你们是怎么检验这个缓存是否是最新的??可以解惑一下吗?? 我说一下我们现在遇到的情况,我们是游戏和大厅是分开的,使用dcc的话,我们必须...
来源: Laya_社区 发布时间: 20180108
...对目标对象属性的渐变。 Hierarchy Tween Index Properties repeat update Accessors progress Methods clear complete from pause recover restart resume setStartTime to clear clearAll from to Properties repeat repeat: number = 1 Defined in laya/utils/Tween.ts:38 重播次数,如果repeat=0,...
来源: Laya3.0_api 发布时间: 20231115
...管线 Hierarchy DepthPass Index Constructors constructor Methods render update __init__ Constructors constructor new DepthPass(): DepthPass Defined in laya/d3/depthMap/DepthPass.ts:89 Returns DepthPass Methods render render(context: RenderContext3D, depthType: DepthTextureMode): void Defined in lay...
来源: Laya3.0_api 发布时间: 20231115