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

大约有 874 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0073 秒)

871. laya.d3.core.ui3d.UI3D_API3.0 [ 34%]

...onents/Component.ts:312 组件被禁用时执行,比如从节点从舞台移除后 Returns void onEnable onEnable(): void Inherited from Component.onEnable Defined in laya/components/Component.ts:281 组件被启用后执行,比如节点被添加到舞台后 Returns void Optional onLateUpdate on...

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

872. 【简单跑酷--JS版】---Lv.5 玩家踩地板 [ 34%]

...h) < 0){ //判断整个floor是否不在屏幕里面了 如果不在了 移除当前floor Laya.timer.clear(this, this.onLoop); this.visible = false; this.event(Floor.OUT_DIE, this); } } /** * 检测碰撞 * x 坐标 * y 坐标 */ _proto.checkHit = function(x,y){ if(x > this.x && x <...

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

873. CPU粒子系统 · LayaAir3.3 · 引擎文档 · LAYABOX [ 26%]

...粒子数:一次系统中的最大粒子数。如果达到限制,则会移除一些粒子。如果设置为1,则粒子系统会一个一个发射粒子。 自动播放:如果启用,粒子系统会在创建对象时自动启动。 自动随机种子:启用后每次播放都会有不同。...

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

874. 【经验分享】如何让ts项目支持装饰器语法,以及自动化发布相关的一些东西 [ 25%]

...  此 zip 中的发布脚本 .laya/publish.js 增加了一个压缩 JS 时移除代码中的 console 的功能,如果您不需要此功能,将该文件第 467-475 行注释即可。// options = Object.assign({}, options, { // output: { // comments: false, // }, // compress: { // drop_debugger: ...

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