大约有 844 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0071 秒)
Laya_社区(556) Laya3.0_api(65) Laya2.0_api(58) Laya2.0_文档(55) laya_api(54) Laya2.0_示例(20) Laya3.0_文档(18) Laya_示例(18)
...yState) { var sp:Sprite = new Sprite(); sp.loadImage(fileReader.result,0,0,300,300); Laya.stage.addChild(sp); } } } } } ``` 编译上面的代码,点击按钮。选择一个图片文件或者相机进行拍照,发现图片已经显示到舞台上了。那么一个简单的调用相册或者...
来源: Laya2.0_文档 发布时间: 20210715
...var sp:Laya.Sprite = new Laya.Sprite(); sp.loadImage(fileReader.result,0,0,300,300); Laya.stage.addChild(sp); } } } } new Main; 编译上面的代码,点击按钮。选择一个图片文件或者相机进行拍照,发现图片已经显示到舞台上了。那么一个简单的调用相册或者...
来源: Laya3.0_文档 发布时间: 20241014
... 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
....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
...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_文档 发布时间: 20241024
...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