大约有 1,747 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0050 秒)
Laya_社区(1322) Laya3.0_api(178) Laya2.0_文档(87) laya_api(60) Laya2.0_api(40) Laya3.0_文档(33) Laya_示例(24) Laya2.0_示例(3)
...:深圳南山 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 微信小游戏如何使用ttf字体? 微信小游戏:HTMLDivElement的使用 LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 求高人分...
来源: Laya_社区 发布时间: 20180616
...无智能提示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏:HTMLDivElement的使用 LayaAirIDE下如何使用mask? 微信小游戏如何使用ttf字体? 2d拖尾效果...
来源: Laya_社区 发布时间: 20220531
...型。 file.accept="image/png";//设置文件的格式为png; file.style.position ="absolute"; file.style.zIndex = 999; Browser.document.body.appendChild(file);//添加到页面; file.onchange = function(e):void { if(file.files.length>0) { fileReader.readAsDataURL(file.files[0]); } }; var fil...
来源: Laya_社区 发布时间: 20180529
...内存泄露以及恢复图片显示闪烁 iosapp获取到的soundChannel.position总是为0,导致不能继续播放 请问2.0 删除脚本后再编译, GameConfig.ts 会自动恢复import和 reg, 然后报找不到该脚本的模块的错误 该如何处理 谢谢 关于safari横屏时调出地...
来源: Laya_社区 发布时间: 20180226
... constructor () { super(0, 0) var _vlen = 8 * Laya.CONST3D2D.BYTES_PE this.position = [2, Laya.WebGLContext.FLOAT, false, _vlen, 0] this.texcoord = [2, Laya.WebGLContext.FLOAT, false, _vlen, 2 * Laya.CONST3D2D.BYTES_PE] this.color = [4, Laya.WebGLContext.FLOAT, false, _vlen, 4 * Laya.CONST3D2D.BYTES...
来源: Laya_社区 发布时间: 20180531
...addNewParticlesToVertexBuffer():voidShurikenParticleSystem addParticle(position:Vector3, direction:Vector3, time:Number):BooleanShurikenParticleSystem clone():* 克隆。 ShurikenParticleSystem cloneTo(destObject:*):void 克隆。 ShurikenParticleSystem emit(time:Number):Boolean 发射...
来源: laya_api 发布时间: 20170929
... }else{ mainSound.startTime = mainSound.position; } }) this.btn_sound_ex.on(Laya.Event.CLICK,this,function(){ mainSound = null; if (dreamsSound == null) { ...
来源: Laya_社区 发布时间: 20190716
...Engine.GameObject gameObject, .JSONObject node, .JSONObject child, Vector3 position, Quaternion rotation, Vector3 scale, System.String& goPath) LayaExport.DataManager.getGameObjectData (UnityEngine.GameObject gameObject, System.String gameObjectPath, .JSONObject parentsChildNodes, Boolean ignore...
来源: Laya_社区 发布时间: 20171206
...无智能提示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 微信小游戏如何使用ttf字体? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? 微信小游戏:HTMLDivElement的使用 求高人分...
来源: Laya_社区 发布时间: 20200309
...= scene.addChild(new MeshSprite3D(mesh)) as MeshSprite3D; teapot.transform.position = new Vector3(0, 1.75, 2); teapot.transform.rotate(new Vector3(-90, 0, 0), false, false); })); //实例PBR材质 var pbrMat:PBRStandardMaterial = new PBRStandardMaterial(); //开启该材质的反射 pbrMat.enableRef...
来源: Laya2.0_文档 发布时间: 20210715