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

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

41. laya.physics.joint.WeldJoint_API3.0 [ 43%]

... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...

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

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

...s.maxRight = 0; //如果不开启autoSize 父容器宽度和高度无法获取 this.autoSize = true; //初始化时候将坐标放到屏幕右边 this.x = 852; //y坐标取一个随机值 为什么是32 因为我们整个素材是 32 * 20 拼起来 this.y = 32 * 6 + 32 * parseInt(8 * Mat...

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