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

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

241. 我用as3调试的matter.js,刚体发生碰撞后不会旋转,我的代码在附件里 [ 84%]

...引擎             engine = Matter.Engine.create({enableSleeping: true});             Matter.Engine.run(engine);                          var render = LayaRender.create({engine: engine, width: 800, height: 600,             options: {             ...

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

242. laya.ui.ViewStack [ 84%]

...变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容...

来源: laya_api 发布时间: 20170929

243. laya.d3.core.RenderableSprite3D [ 84%]

...含指定的 Node 节点对象 。 Node  destroy(destroyChild:Boolean = true):void[override] 销毁此对象。destroy对象默认会把自己从父节点移除,并且清理自身引用关系,等待js自动垃圾回收机制回收。destroy后不能再使用。 destroy时会移除自身的事...

来源: Laya2.0_api 发布时间: 20190513

244. laya.ui.LayoutBox [ 84%]

...变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容...

来源: laya_api 发布时间: 20170929

245. laya.ui.MoreGame [ 84%]

...变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容...

来源: Laya2.0_api 发布时间: 20190513

246. laya.ui.Panel [ 84%]

...变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容...

来源: laya_api 发布时间: 20170929

247. Tween 缓动过程有触发回调函数么 [ 84%]

...盖之前的缓动。 * @param autoRecover 是否自动回收,默认为true,缓动结束之后自动回收到对象池。 * @return 返回Tween对象。 */ public static function to(target:*, props:Object, duration:int, ease:Function = null, complete:Handler = null, delay:int = 0, coverBefore:Bo...

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

248. laya.d3.core.SkinnedMeshSprite3D [ 84%]

...含指定的 Node 节点对象 。 Node  destroy(destroyChild:Boolean = true):void[override] 销毁此对象。destroy对象默认会把自己从父节点移除,并且清理自身引用关系,等待js自动垃圾回收机制回收。destroy后不能再使用。 destroy时会移除自身的事...

来源: Laya2.0_api 发布时间: 20190513

249. laya.ui.Tree [ 84%]

...变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite bgColor : String背景颜色Box blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Nu...

来源: Laya2.0_api 发布时间: 20190513

250. list的setContentSize问题 [ 84%]

...: 806 关注: 2 人 C_jx • 2018-01-19 13:52 1.就是list.mouseThrough = true,但是点击空白还是无法透过去,因为list.content的mouseThrough 不等于true就被挡住了。 2.list.setContentSize改变的是list.content的大小,所以导致我还是无法点击下面一排list的...

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