• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 844 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0071 秒)

671. LayaAir和原生DOM交互(ActionScript-2D进阶篇(AS3)-扩展模块) [ 28%]

...yState) { var sp:Sprite = new Sprite(); sp.loadImage(fileReader.result,0,0,300,300); Laya.stage.addChild(sp); } } } } } ``` ​ 编译上面的代码,点击按钮。选择一个图片文件或者相机进行拍照,发现图片已经显示到舞台上了。那么一个简单的调用相册或者...

来源: Laya2.0_文档 发布时间: 20210715

672. 和原生Dom交互 · LayaAir3.0文档 · LAYABOX [ 27%]

...var sp:Laya.Sprite = new Laya.Sprite(); sp.loadImage(fileReader.result,0,0,300,300); Laya.stage.addChild(sp); } } } } new Main; 编译上面的代码,点击按钮。选择一个图片文件或者相机进行拍照,发现图片已经显示到舞台上了。那么一个简单的调用相册或者...

来源: Laya3.0_文档 发布时间: 20241014

673. 求ShuriKenParticle3D用法 [ 26%]

...      let self = this;                 Laya.timer.loop(300, null, function () {                     console.log('8: ' + self.particleSystem.aliveParticleCount);                 });             }         }     } } 执行结果...

来源: Laya_社区 发布时间: 20170605

674. laya.display.Text_API3.0 [ 26%]

...属性 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

675. laya.d3.physicscannon.CannonRigidbody3D_API3.0 [ 25%]

....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

676. 缓存工具-layadcc · LayaAir3.0文档 · LAYABOX [ 24%]

...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

677. laya.media.SoundNode [ 24%]

...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

678. laya.ui.FrameClip [ 23%]

...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

679. 构建app闪退,测试app扫码可以运行 [ 22%]

...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

680. laya.map.TileAniSprite [ 22%]

...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