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

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

141. 开放数据域组件 · LayaAir3.0文档 · LAYABOX [ 67%]

...详细的流程请参考《微信小游戏》。 Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2023-06-28 19:14:30 img{cursor:pointer}

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

142. 3D基础显示对象 · LayaAir3.0文档 · LAYABOX [ 67%]

...oxMaterial; 运行时效果如下: (图3-2) Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2024-06-24 11:51:43 img{cursor:pointer}

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

143. laya.d3.component.animator.AnimatorControllerLayer_API3.0 [ 67%]

...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/component/Animator/AnimatorControllerLayer" AnimatorControllerLayer Class AnimatorControllerLayer AnimatorControllerLayer 类用于创建...

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

144. laya.maths.Matrix3x3_API3.0 [ 67%]

...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/maths/Matrix3x3" Matrix3x3 Class Matrix3x3 Matrix3x3 类用于创建3x3矩阵。 Hierarchy Matrix3x3 Implements IClone Index Constructors co...

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

145. laya.d3.renderobjs.nativeobj.NativeIndexBuffer3D_API3.0 [ 67%]

...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/RenderObjs/NativeOBJ/NativeIndexBuffer3D" NativeIndexBuffer3D Class NativeIndexBuffer3D Hierarchy IndexBuffer3D NativeIndexBuffer3D Index...

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

146. laya.utils.Timer_API3.0 [ 67%]

...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/utils/Timer" Timer Class Timer Timer 是时钟管理类。它是一个单例,不要手动实例化此类,应该通过 Laya.timer 访问...

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

147. laya.maths.Vector3_API3.0 [ 67%]

...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/maths/Vector3" Vector3 Class Vector3 Vector3 类用于创建三维向量。 Hierarchy Vector3 Implements IClone Index Constructors construct...

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

148. 进度条组件 · LayaAir3.0文档 · LAYABOX [ 66%]

...sBar,创建出符合自己需要的进度条。 Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2023-09-21 12:05:35 img{cursor:pointer}

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

149. APK扩展机制 · LayaAir3.0文档 · LAYABOX [ 66%]

...per.android.com/google/play/expansion-files.html) Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2023-03-03 17:34:16 img{cursor:pointer}

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

150. 多线程Worker · LayaAir3.0文档 · LAYABOX [ 66%]

...r("js/my_task.js"); myWorker.onmessage = function (oEvent) { console.log("Called back by the worker!\n"); }; myWorker.postMessage("start"); // start the worker. 新建一个my_task.js文件,放到js文件夹下,代码如下: self.addEventListener('message', function (e) { var xmlreq = new XMLH...

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