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

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

291. 淘宝创意互动分包指南(TypeScript-小游戏适配文档-淘宝创意互动) [ 43%]

...](https://open.taobao.com/docV3.htm?spm=a219a.7386797.0.0.7f6c669aQkYiVg&source=search&docId=119146&docType=1#ss2) ## 二、分包的使用方法 ### 1 IDE中的准备 #### 1.1 页面分包 在进行页面分包的时候,我们需要注意,我们需要提前在工程的bin文件夹下自己新...

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

292. laya.d3.math.native.ConchVector3_API3.0 [ 43%]

...tor3 输出三维向量。 Returns void Static transformQuat transformQuat(source: ConchVector3, rotation: ConchQuaternion, out: ConchVector3): void Defined in laya/d3/math/Native/ConchVector3.ts:102 根据四元数旋转三维向量。 Parameters source: ConchVector3 源三维向量。 rotation: Co...

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

293. 使用Laya.loader.load加载Laya.Loader.FONT位图字体文件时就会出现无限循环加载,一直到浏览器奔溃 [ 43%]

...,应该是源码有问题,源码如下: 结合问题,应该 data._source 没有赋值,所以一直抛出进度0.5,一直卡在加载png 解决方法,利用 BitmapFont.loadFont 加载 或者用 Laya.loader 加载 fnt(XML加载类型) 和 png,不过这个有点繁琐,加载完...

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

294. android下layabox调用Laya.Texture2D.load报错 [ 43%]

...' of null 02-06 14:59:43.858  6545  6658 I LayaBox : var glTexture=this._source=gl.createTexture(); 02-06 14:59:43.858  6545  6658 I LayaBox :                                ^ 02-06 14:59:43.858  6545  6658 I LayaBox : TypeError: Cannot read property 'createTexture' of null 02-...

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

295. 微信小游戏加载资源问题 [ 42%]

...rl); }else { this.onDownLoadCallBack(url, 0); } } } } } onDownLoadCallBack(sourceUrl, errorCode, tempFilePath = null) { if (!errorCode) { var fileNativeUrl; if (MiniAdpter.autoCacheFile) { if (!tempFilePath) { if (MiniFileMgr.isLocalNativeFile(sourceUrl)) { var tempStr = Laya.URL.rootPath != "&...

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

296. laya.d3.core.material.PBRMaterial [ 42%]

...ialClasspublic class PBRMaterialInheritancePBRMaterial BaseMaterial laya.resource.ResourcePublic Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alphaTest : Boolean 获取是否透明裁剪。 BaseMaterial alphaTestValue : Number 获取透明测试...

来源: laya_api 发布时间: 20170929

297. laya.maths.Vector3_API3.0 [ 42%]

...tor3 输出三维向量。 Returns void Static transformQuat transformQuat(source: Vector3, rotation: Quaternion, out: Vector3): void Defined in laya/maths/Vector3.ts:80 根据四元数旋转三维向量。 Parameters source: Vector3 源三维向量。 rotation: Quaternion 旋转四元数。 out: Ve...

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

298. laya.d3.math.Vector3_API3.0 [ 41%]

...tor3 输出三维向量。 Returns void Static transformQuat transformQuat(source: Vector3, rotation: Quaternion, out: Vector3): void Defined in laya/d3/math/Vector3.ts:80 根据四元数旋转三维向量。 Parameters source: Vector3 源三维向量。 rotation: Quaternion 旋转四元数。 out: ...

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

299. h5 游戏在ios15更新以后出现了显示显示问题 [ 41%]

...://game.ivydad.com.cn/chinese-wordL2/?nodeId=206962&env=production&source=ios&memId=2470906&color=65d1a7&hide_next_btn=0&language=chinese&autoPlay=1 使用Safiri浏览器打开这个链接,无法正常显示游戏内容,仔细看发现,游戏内容显示在顶部,...

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

300. 【分享】微信小游戏解析xml适配 [ 40%]

...要用fistChild 用getElementsByTagName 来取节点 var rootNode: any = source.getElementsByTagName("item");

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