大约有 3 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0012 秒)
..., 1000, 20, {isStatic: true, render: {fillStyle: '#edc51e', strokeStyle: '#b5a91c'}}); var ground2:* = Matter.Bodies.rectangle(0, 500, 20, 1000, {isStatic: true, render: {fillStyle: '#edc51e', strokeStyle: '#b5a91c'}}); var ground3:* = Matter.Bodies.rectangl...
来源: Laya_社区 发布时间: 20170822
... fillStyle: '#edc51e', strokeStyle: '#b5a91c' } render: { sprite: { texture: texture, ...
来源: Laya_社区 发布时间: 20170102
... 200, 20, { isStatic: true, render: { fillStyle: '#edc51e', strokeStyle: '#b5a91c' } }); var pyramid2 = Matter.Composites.pyramid(550, 0, 5, 10, 0, 0, function(x, y, column) { var texture = column % 2 === 0 ? '../../res/physics/img/block.png' : '../../res/physics/img/block-2.png'; return Matter.Bodi...
来源: Laya_示例 发布时间: 20260106