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

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

671. laya.ui.Tab [ 64%]

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

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

672. 怎么改变弹出的dialog在屏幕中的位置,不让他默认居中 [ 64%]

...7-16 0 2 分享 微博 QZONE 微信 cheng 赞同来自: dialog 里面有个属性 popupCenter,设置为false,然后设置坐标 2018-07-16 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 W 相关问题 【屏幕适配】在LayaAir上面...

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

673. 运动刚体(TypeScript-3D基础(TS)-LayaAir3D之物理系统) [ 64%]

... is Kinematic 选项,或者代码修改 `rigidBody.isKinematic = true` 属性来设置运动学刚体。 ![](img/1.png)(图1) 下面的代码来自于官方示例([demo地址](https://layaair.ldc.layabox.com/demo2/?language=ch&category=3d&group=Physics3D&name=PhysicsWorld_Kinematic)): ```typ...

来源: Laya2.0_文档 发布时间: 20210714

674. laya.ui.CheckBox [ 64%]

...位于 CheckBox 右侧。 CheckBox 使用 dataSource赋值时的的默认属性是:selected。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取...

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

675. laya.display.EffectAnimation [ 64%]

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

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

676. 2.12.1.beta cannon.js 中 applyforce 无效Bug的补丁。 [ 64%]

....cannonPhysics.js 14915行,变量使用错误,会导致 angularVelocity属性无限嵌套。 修复如下      get angularVelocity() {         if (this._btColliderObject) {             var phtqua = this._btColliderObject.angularVelocity;  -           this.angularVelocity.setV...

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

677. laya.resource.HTMLCanvas [ 64%]

...ource.Bitmap HTMLCanvas 是 Html Canvas 的代理类,封装了 Canvas 的属性和方法。。请不要直接使用 new HTMLCanvas! Public Properties PropertyDefined By  asBitmap : Boolean[write-only] 是否当作 Bitmap 对象。 HTMLCanvas  context : Context[read-only] Canvas 渲染上下...

来源: laya_api 发布时间: 20170929

678. laya.ui.LayoutBox [ 64%]

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

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

679. laya.ui.RadioGroup [ 64%]

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

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

680. Web Storage数据存储(ActionScript-LayaAir基础篇(AS3)-数据与通信) [ 63%]

...象。 这里的逻辑就是判断当前会话对象是否存在pagecount属性,不存在就是第一次打开设置为1,存在的话就是已经打开,进行累加。并且输出累加次数。编译这个文件,然后用谷歌运行,F12打开控制台发现输出的是1,然后我们不...

来源: Laya2.0_文档 发布时间: 20210715