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

大约有 4,373 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0082 秒)

4211. unity中的模型导出后在laya中显示不正常 [ 39%]

...e.load("res/layaScene.ls")); scene.once(Laya.Event.HIERARCHY_LOADED, this, function (sceneTemp) { var camera = sceneTemp.getChildByName("Main Camera"); camera.transform.translate(new Laya.Vector3(0, 0, 200)); //移动camera });2.问题2:加载完看官方的demo要加相机和灯光,这个怎么...

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

4212. laya.d3.renderobjs.nativeobj.NativeRenderContext3DOBJ_API3.0 [ 39%]

...ss with type parameter Constructor Method Accessor Object literal Variable Function Type alias Enumeration Interface

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

4213. localRotationEulerY旋转位置错误 [ 39%]

...     Laya.Texture2D.load("res/grass.png", Laya.Handler.create(this, function (tex: Laya.Texture2D): void {             planeMat.albedoTexture = tex;         }));         //设置纹理平铺和偏移         var tilingOffset = planeMat.tilingOffset...

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

4214. laya.d3.renderobjs.nativeobj.NativeVertexBuffer3D_API3.0 [ 39%]

...ype parameter Constructor Property Method Accessor Object literal Variable Function Type alias Inherited property Inherited method Enumeration Interface

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

4215. 【经验分享】如何让ts项目支持装饰器语法,以及自动化发布相关的一些东西 [ 39%]

...a/compile.js 及 .laya/publish.js  将以上两个脚本中的如下代码function useOtherNode(){ return useIDENode||useCMDNode; }修改为:function useOtherNode(){ return true; } 至此,自动化编译、发布脚本已全部完成。   由于目前 layaair2-cmd 的 ui 命令,只能在 win...

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

4216. 富文本过程中我遇到的问题以及解决方法(超链接换行以及无法接收超链接鼠标事件以及br或者 标签会崩溃报错的问题) [ 39%]

...     if (this._children)                 this._children.forEach(function (o, index, array) {                     var _style = o._style;                     if(_style)                     {                       _style._enableLayout && _style...

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

4217. UI加载完成后无法获取控件的大小——超详细版问题 [ 39%]

...s/comp.json", type: Loader.ATLAS }], Handler.create(this, this.onLoaded)); function onLoaded(): void { //实例UI界面 var testUI: TestUI = new TestUI(); Laya.stage.addChild(testUI); console.log("myref-onloaded", testUI.myref.getBounds()); console.log("mypan-onloaded", testUI.mypan.getBounds()); La...

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

4218. laya.d3.renderobjs.nativeobj.NativeUniformBufferObject_API3.0 [ 39%]

...ByUniformBufferData unbind create getBuffer Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Property Inherited property Inherited method Enumeration Interface

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

4219. laya.d3.core.scene.bvh.BVHSpatialBox_API3.0 [ 39%]

...ss with type parameter Constructor Method Accessor Object literal Variable Function Type alias Enumeration Interface Static method

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

4220. LayaAirID 打包app测试 apk无法开启webgl。用浏览器扫码进入就没问题 [ 39%]

...的。 /** *指定显示对象 *@param index */ __proto.showDisplayByIndex=function(index){ if (this._replaceDic[index]) index=this._replaceDic[index]; if (this.currSlotData && index >-1 && index < this.currSlotData.displayArr.length){ this.displayIndex=index; this.currDisplayD...

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