大约有 1,208 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0049 秒)
Laya_社区(1161) Laya2.0_文档(18) Laya3.0_文档(11) Laya3.0_api(6) Laya2.0_api(5) laya_api(4) Laya_示例(3)
...ructors constructor Properties box2d positionIterations velocityIterations world PIXEL_RATIO Accessors allowSleeping gravity worldRoot I Methods event getBodyCount getContactCount getJointCount hasListener off offAll offAllCaller on once start stop updatePhysicsByWorldRoot enable Constructors constr...
来源: Laya3.0_api 发布时间: 20231115
...片以圆形的方式显示? 安装layaAirIDE2 ,跟着官网敲hello world 例子,为什么不显示? 请问laya有没有地图编辑器工具? List 组件列表渲染异常 有什么容器能够实现当子元素达到显示上限后自动滚屏,使得新添加的元素始终保持在...
来源: Laya_社区 发布时间: 20250808
...2d.b2ContactManager.FindNewContacts (laya.physics.js:584) at box2d.b2World.Solve (laya.physics.js:799) at box2d.b2World.Step (laya.physics.js:811) at Physics.__proto._update (laya.physics.js:1792) at TimerHandler.__proto.run (laya.core.js:7533) at Timer.__proto._update ...
来源: Laya_社区 发布时间: 20190912
...indow.Matter; 189*****192 • 2017-08-08 17:14 var Engine = Matter.Engine, World = Matter.World, Bodies = Matter.Bodies; zhoujianhua0591 • 2017-08-08 16:47 为什么呀,其他文件在哪里呀 zhoujianhua0591 • 2017-08-08 16:47 急在线等 Monica • 2017-08-08 16:50 @zhoujianhua0591:其他...
来源: Laya_社区 发布时间: 20170808
...s.rectangle(this.x, this.y, this.width, this.height, createOption); Matter.World.add(GameMain.instance.engine.world, this.matterBody); this.matterBody.layaSprite = this; Matter.Events.on(GameMain.instance.engine, 'beforeUpdate', (()=> { console.log("update", this.x, this.y, this.width, this.heigh...
来源: Laya_社区 发布时间: 20180530
...ry> public class MyWindow : EditorWindow { string myString = "Hello World !"; // 文本内容 bool groupEnabled; // 选项组是否可用 bool myBool = true; // 复选框状态 float myFloat = 2.33f; // 滑动条的值 [MenuItem("Extend Windows/MyWindow")] public static void ShowWin...
来源: Laya_社区 发布时间: 20171102
...(1); } break; } console.log("删除物体:", other.label); home.Matter.World.remove(home._engine.world, other); } } 2018-06-01 0 0 分享 微博 QZONE 微信 (^_^) 赞同来自: 你的private onCollision(event)中的event与pairs是怎么赋值的呀 2018-06-01 0 1 分享 微博 QZONE 微信 冰...
来源: Laya_社区 发布时间: 20180601
...an/laya/q3_client/trunk/bin/libs/laya.physics.js:584:355) at box2d.b2World.Step (/Users/kahreman/laya/q3_client/trunk/bin/libs/laya.physics.js:810:171) at Physics.__proto._update (/Users/kahreman/laya/q3_client/trunk/bin/libs/laya.physics.js:1596:15) at TimerHandler.__proto.run (/U...
来源: Laya_社区 发布时间: 20190407
...38 Uncaught Error at Object.box2d.b2Assert (laya.physics.js:38) at box2d.b2World.DestroyJoint (laya.physics.js:793) at Physics.__proto._removeJoint (laya.physics.js:1682) at PrismaticJoint.__proto._onDisable (laya.physics.js:1802) at PrismaticJoint.__proto._setActive (laya.core.js:6983) at Sprite.__...
来源: Laya_社区 发布时间: 20190227
...t { /** @prop {name:text, tips:"显示文本", type:String, default:"hello world"}*/ public text: string = "hello world"; /** @prop {name:color, tips:"字符串类型示例", type:String, default:"#0000ff"}*/ public color: string = "#0000ff"; /** @prop {name:layoutType, tips:"排版方式(vertical...
来源: Laya_社区 发布时间: 20191103