大约有 333 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0060 秒)
Laya_社区(215) Laya3.0_api(37) laya_api(24) Laya2.0_api(20) Laya3.0_文档(17) Laya2.0_文档(16) Laya2.0_示例(2) Laya_示例(2)
...](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
...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
...,应该是源码有问题,源码如下: 结合问题,应该 data._source 没有赋值,所以一直抛出进度0.5,一直卡在加载png 解决方法,利用 BitmapFont.loadFont 加载 或者用 Laya.loader 加载 fnt(XML加载类型) 和 png,不过这个有点繁琐,加载完...
来源: Laya_社区 发布时间: 20190225
...' 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
...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
...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
...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
...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
...://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
...要用fistChild 用getElementsByTagName 来取节点 var rootNode: any = source.getElementsByTagName("item");
来源: Laya_社区 发布时间: 20180103