大约有 864 项符合查询结果, 库内数据总量为 31,624 项。 (搜索耗时: 0.0066 秒)
Laya_社区(574) Laya3.0_api(65) Laya2.0_api(58) Laya2.0_文档(55) laya_api(54) Laya3.0_文档(20) Laya2.0_示例(20) Laya_示例(18)
...2D精灵 */ Laya.Tween.create(aSprite).duration(1000).to("x", 500).to("y", 300); 将这段代码添加在节点上的脚本中,运行查看效果,如图3-1-1所示: (图3-1-1) 下面我们来讲解一下这段代码: 1. 使用create()方法创建一个缓动,此方法可以传入缓动...
来源: Laya3.0_文档 发布时间: 20251010
... let self = this; Laya.timer.loop(300, null, function () { console.log('8: ' + self.particleSystem.aliveParticleCount); }); } } } } 执行结果...
来源: Laya_社区 发布时间: 20170605
...属性 y 的值,用于控制 text 对象的显示位置。 text.width = 300;//设置 text 的宽度。 text.height = 200;//设置 text 的高度。 text.italic = true;//设置 text 的文本显示为斜体。 text.borderColor = "#fff000";//设置 text 的文本边框颜色。 Laya.stage.addChild(t...
来源: Laya3.0_api 发布时间: 20231115
...et, httpret) => { if (curlret != 0 || httpret < 200 || httpret >= 300) { resolve(null); } else { resolve(localfile); } }, 10, 100000000); } ); } let zipfile = await downloadBigZip('http://10.10.20.26:8899/update/dccout1.zip') let client = new DCCClient('http://101.10.20.26:6677/dccout2'); l...
来源: Laya3.0_文档 发布时间: 20251010
....canCollideWith Defined in laya/d3/physicsCannon/CannonPhysicsComponent.ts:300 可碰撞的碰撞组,基于位运算。 Parameters value: number Returns void colliderShape get colliderShape(): CannonColliderShape set colliderShape(value: CannonColliderShape): void Inherited from CannonPhysicsTrigger...
来源: Laya3.0_api 发布时间: 20231102
...Inertia:Boolean = false, elasticDistance:Number = 0, elasticBackTime:int = 300, data:* = null, disableMouseEvent:Boolean = false, ratio:Number = 0.92):void 开始拖动此对象。 Sprite stop():void 停止播放 SoundNode stopDrag():void停止拖动此对象。Sprite timerLoop(delay:int, calle...
来源: laya_api 发布时间: 20170422
...Inertia:Boolean = false, elasticDistance:Number = 0, elasticBackTime:int = 300, data:* = null, disableMouseEvent:Boolean = false, ratio:Number = 0.92):void 开始拖动此对象。 Sprite stop():void 停止播放。 AnimationPlayerBase stopDrag():void停止拖动此对象。Sprite timerLoop(delay...
来源: laya_api 发布时间: 20170422
...t.cc:470] | group="main" sCount=0 dsCount=0 obj=0x12d04940 self=0x8a14c300 2019-03-15 08:45:13.439 8214-8265/com.layabox.hello A/art: art/runtime/java_vm_ext.cc:470] | sysTid=8265 nice=0 cgrp=default sched=0/0 handle=0x897ca920 2019-03-15 08:45:13.439 8214-8265/com.layabox.hello A/art: art/r...
来源: Laya_社区 发布时间: 20190315
...Inertia:Boolean = false, elasticDistance:Number = 0, elasticBackTime:int = 300, data:* = null, disableMouseEvent:Boolean = false, ratio:Number = 0.92):void 开始拖动此对象。 Sprite stopDrag():void停止拖动此对象。Sprite timerLoop(delay:int, caller:*, method:Function, args:Array = nul...
来源: laya_api 发布时间: 20170929
...Inertia:Boolean = false, elasticDistance:Number = 0, elasticBackTime:int = 300, data:* = null, disableMouseEvent:Boolean = false, ratio:Number = 0.92):void 开始拖动此对象。 Sprite stopDrag():void停止拖动此对象。Sprite timerLoop(delay:int, caller:*, method:Function, args:Array = nul...
来源: Laya2.0_api 发布时间: 20190513