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

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

391. 微信小游戏默认项目代码添加unity导出.lh文件,微信开发工具提示错误 [ 53%]

...ansform.rotate(new Laya.Vector3(-30, 0, 0), true, false); this.camera.clearColor = null; //添加方向光 var directionLight: Laya.DirectionLight = this.scene.addChild(new Laya.DirectionLight()) as Laya.DirectionLight; directionLight.color = new Laya.Vector3(0.6, 0.6, 0.6); directionLight.direction...

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

392. timer.loop里面修改Text.text在微信小程序上用iPhone打开出现闪屏 [ 53%]

...pos(0, 0) this.myTest.size(100, 100) this.myTest.fontSize = 13 this.myTest.color = "#ffffff" this.myTest.align = "center" this.addChild(this.myTest) this.timer.loop(10, this, this.timerClick)     timerClick() {   this.myTest.changeText("改变的文本")   } 2019-01-29 添加评论 免费帖 -->...

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

393. 第一新建Panel,添加了子元素以后,用scrollTo滑到最末尾无效,只能延迟几百毫秒才有效果 [ 53%]

....Sprite();绘制图形以后,怎么删除释放资源? 2.0 drawTexture color参数无效 dialog可以点击到外部的元素,如何使其外边不能点击 2.2-2.3版本 ani动画,序列帧动画最后一帧和第一帧衔接出现卡顿 问题状态 最新活动: 2017-05-12 18:11 浏览: 1...

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

394. 在Unity中设置动画事件(JavaScript-3D基础(JS)-LayaAir3D之Animator动画) [ 53%]

...法赋值 _script.showMsgFunc = function () { this.text = "ShowMsg"; this.color = "red"; }.bind(_lab); })); ``` 最后了来看下效果,如图2。 ![](img/2.gif)(图2)

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

395. Laya.Rectangle 限制拖动的区域的参数是怎么计算的,相对于什么呢 [ 53%]

....9beta版 怎样获取浏览器地址传过来的GET参数 2.0 drawTexture color参数无效 龙骨skeleton鼠标点击区域的设置 点击按钮打开对话框的时候能往对话框中传一个参数吗 laya 发布成微信小游戏 怎么获取从分享中进入的参数 怎么计算两个点...

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

396. TextInput 在panle里滚动后输入位置错乱,求解 [ 53%]

...    Laya.stage.scaleMode = "showall";             Laya.stage.bgColor = "#232628";                          createInput();         }                  private function createInput():void         {             panel = new Panel();      ...

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

397. 在Unity中设置动画事件(TypeScript-3D基础(TS)-LayaAir3D之Animator动画) [ 53%]

...法赋值 _script.showMsgFunc = function () { this.text = "ShowMsg"; this.color = "red"; }.bind(_lab); })); ``` 最后了来看下效果,如图2。 ![](img/2.gif)(图2)

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

398. laya.d3.core.material.Material_API3.0 [ 53%]

...fectiveProperty event getBool getBoolByIndex getBuffer getBufferByIndex getColor getColorByIndex getFloat getFloatByIndex getInt getIntByIndex getMatrix4x4 getMatrix4x4ByIndex getShaderData getShaderDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2 getVector2ByIndex getVecto...

来源: Laya3.0_api 发布时间: 20231115

399. laya.d3.core.material.PBRSpecularMaterial_API3.0 [ 53%]

...renderQuality Accessors MaterialDefine MaterialProperty _defineDatas albedoColor albedoTexture alphaTest alphaTestValue anisotropy blend blendDst blendDstAlpha blendDstRGB blendEquation blendEquationAlpha blendEquationRGB blendSrc blendSrcAlpha blendSrcRGB cpuMemory cull depthTest depthWrite destroy...

来源: Laya3.0_api 发布时间: 20231102

400. HScrollBar属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 53%]

... Laya.stage.scaleMode = Stage.SCALE_SHOWALL; //背景颜色 Laya.stage.bgColor = "#232628"; //加载资源 Laya.loader.load(this.skins, Handler.create(this, this.onSkinLoadComplete)); } /***加载资源完成***/ private onSkinLoadComplete(e:any=null):void { //创建水平滚动条 this.createHScrol...

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