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

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

281. 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

282. 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

283. 微信小游戏加载资源问题 [ 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

284. 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

285. laya.maths.Vector3_API3.0 [ 41%]

...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

286. 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

287. 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

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

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

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

289. laya.ui.Tree [ 40%]

...启自定义渲染,才能使用customRender函数渲染。 Sprite  dataSource : *[override] 数据赋值,通过对UI赋值来控制UI显示逻辑。 简单赋值会更改组件的默认属性,使用大括号可以指定组件的任意属性进行赋值。 Tree destroyed : Boolean[只读]是...

来源: laya_api 发布时间: 20170929

290. 微信环境下面Laya.Browser.window.protobuf.load不能读取本地的proto文件 [ 40%]

...obuf.js中的这句: return Function.apply(null, keys.concat("return " + source)).apply(null, keys.map(function(key) { return scope[key]; })); // eslint-disable-line no-new-func 出来这个错误: WAGame.js:3 gameThirdScriptError Cannot read property 'apply' of undefined;at api readFile success...

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