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

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

51. 使用HTMLIframeElement加载html网页的问题。 [ 80%]

...行编译之后 bundle.js 文件里面没有使用命名空间文件的定义!导致运行时 找不到定义!这是为什么? 已上传 Demo 附件 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale TS项目使用matter.js库无智能提示 微信小游戏...

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

52. layaAir2.0动效模板报错Uncaught Can not find class ui.aniTemplates.bigToSmallUI [ 79%]

...caught TypeError: Cannot read property 'btCollisionObject' of undefined 自定义场景导出layaMaxUI.ts有前缀导致报错 mac 用layaair2.0 ide 的编辑模式下,cpu爆满 真机调试报错:LayaPlayer不支持的标签</SCRIPT> 创建动效模板 可能存在bug 真机环境找...

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

53. TS项目直接运行js代码 [ 79%]

...行编译之后 bundle.js 文件里面没有使用命名空间文件的定义!导致运行时 找不到定义!这是为什么? 已上传 Demo 附件 循环依赖不能运行 Circular dependency: 用了第三方socket 项目在IDE上可以连接正常运行,为什么打包APK之...

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

54. html5发布iOS编译报错 [ 79%]

...行编译之后 bundle.js 文件里面没有使用命名空间文件的定义!导致运行时 找不到定义!这是为什么? 已上传 Demo 附件 Laya中的宏编译要怎么用啊 关于近期iOS提交,因违反苹果3.1.1导致APP上架被拒的说明 编译调试启动chrome...

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

55. 直接通过打包app打完自带的ui项目包在手机上运行不了 [ 79%]

...行编译之后 bundle.js 文件里面没有使用命名空间文件的定义!导致运行时 找不到定义!这是为什么? 已上传 Demo 附件 TS项目使用matter.js库无智能提示 关于近期iOS提交,因违反苹果3.1.1导致APP上架被拒的说明 iphone自带浏览...

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

56. laya.d3.shader.SubShader [ 79%]

...SubShader  getMaterialDefineByName(name:String):int 通过名称获取宏定义值。 SubShader  setFlag(key:String, value:String):void 加标记。 SubShaderMethod DetailgetFlag()method public function getFlag(key:String):String 获取标记值。 Parameters key:StringReturnsString — key 标...

来源: Laya2.0_api 发布时间: 20190513

57. ts项目 模块问题 [ 78%]

...题 b文件写了个class ,怎么在a文件new class? export 显示未定义,require也用不了   //b文件 export default class player extends Laya.Sprite { constructor() { super(); this.pivot(this.width / 2, this.height / 2); this.graphics.drawRect(0, 0, this._size, this._size, this._color...

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

58. Uncaught Can not find class EffectAnimation undefined [ 78%]

...() 真机环境找不到window---cant find variable: window stack 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undefined错误 Laya2.1.0 JS调用Java PlatformClass undefined Uncaught TypeError: Cannot read property 'props' of u...

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

59. 出现 编译错误 [ 78%]

...行编译之后 bundle.js 文件里面没有使用命名空间文件的定义!导致运行时 找不到定义!这是为什么? 已上传 Demo 附件 Laya中的宏编译要怎么用啊 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target ...

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

60. 组件装饰器说明 · LayaAir3.0文档 · LAYABOX [ 78%]

...饰器。 一、@regClass() 开发者编写的组件脚本,需要在定义之前使用装饰器的标识@regClass(),示例代码如下所示: const { regClass } = Laya; @regClass() export class Script extends Laya.Script { } 如动图1-1所示,只有使用了上述的这个装饰器标识...

来源: Laya3.0_文档 发布时间: 20240809