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

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

61. laya.d3.Input3D_API3.0 [ 88%]

...ublic Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/Input3D" Input3D Class Input3D Input3D 类用于实现3D输入。 Hierarchy Input3D Index Accessors multiTouchEnabled Methods getTouch touchCount Accessors multiTouchEnabled get multiTouchEnabled(): boolean set multiT...

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

62. tsconfig 中添加 "lib":["es5","es2015.promise"] ,之后无法引用lib.d.ts里面的内容,意味着console.log()都报错了 [ 88%]

...bin目录下的某个场景json文件。。竟然无法自动生成了? Layabox 2.0 bate5 运行编译之后 bundle.js 文件里面没有使用命名空间类文件的定义!导致运行时 找不到类的定义!这是为什么? 已上传 Demo 附件 有什么容器能够实现当子元素...

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

63. ts加密md5码封装 [ 88%]

...起人 大胜 相关问题 请问如何在socket上封装websocket? 请问Layabox引擎有没有对游戏虚拟摇杆的封装 关于代码加密的问题 有封装好的ByteArray.ts文件吗?官方的Byte类中没有readBytes、writeBytes方法啊 TS开发的项目使用了crypto-js加密,浏...

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

64. laya.components.AnimatorPlayState2D_API3.0 [ 88%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/components/AnimatorPlayState2D" AnimatorPlayState2D Class AnimatorPlayState2D Hierarchy AnimatorPlayState2D Index Constructors cons...

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

65. 错误提示很好,但是还是不知道我代码哪里出了问题 [ 87%]

...property 'api' of undefined     at ChromeConnection.get api [as api] (d:\LayaBox\LayaAirIDE_1_7_6_beta\resources\app\extensions\laya-debug\node_modules\vscode-chrome-debug-core\out\src\chrome\chromeConnection.js:56:28)     at ChromeDebugAdapter.get chrome [as chrome] (d:\LayaBox\LayaAirIDE_1_7_6...

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

66. laya里面TS的正则表达式跟js不同的 [ 87%]

laya里面TS的正则表达式跟js不同的 验证身份证号(15位或18位数字):^\d{15}|\d{18}$ 验证手机号码11位数字,以1开头。/^1\d{10}$/ 首先前后是不需要用/ / \d好像不行   TS正解: 验证身份证号(15位或18位数字): var reg:RegExp = new RegExp...

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

67. laya.components.KeyframeNodeList2D_API3.0 [ 87%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/components/KeyframeNodeList2D" KeyframeNodeList2D Class KeyframeNodeList2D Hierarchy KeyframeNodeList2D Index Accessors count Metho...

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

68. Laya3D_API3.0 [ 87%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "Laya3D" Laya3D Class Laya3D Laya3D 类用于初始化3D设置。 Hierarchy Laya3D Index Accessors enablePhysics Methods createRenderObjI...

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

69. Uncaught RangeError: Source is too large 这个怎么解决,下面是具体的错误提示,希望有朋友提供下解决方法 [ 87%]

... (native) at DynamicBatch.__proto._getRenderElement (file:///D:/Projects_D/LayaPrjs/2017_FilesLayouterManager/bin/h5/Main.max.js:5989:23) at DynamicBatch.__proto._addToRenderQueue (file:///D:/Projects_D/LayaPrjs/2017_FilesLayouterManager/bin/h5/Main.max.js:6043:9) at DynamicBatchManager.__proto._add...

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

70. 使用2.6引擎版本vscode开发不支持async await语法 编译出现提示缺少tslib错误 [ 87%]

LayaAir引擎 使用2.6引擎版本vscode开发不支持async await语法 编译出现提示缺少tslib错误 错误提示:This syntax requires an imported helper but module 'tslib' cannot be found    semantic error TS2354: This syntax requires an imported helper but module 'tslib' cannot be fo...

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