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

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

51. 高级应用-基于物理渲染 [ 82%]

...tage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; Laya.Stat.show(); var scene = Laya.stage.addChild(Laya.Scene.load("../../res/threeDimen/scene/PBRScene/Demo.ls")); scene.once(Laya.Event.HIERARCHY_LOADED, this, function () { var camera = scene.getChildByName("Camera"); camera.addCompo...

来源: Laya_示例 发布时间: 20241124

52. UI弹窗 · LayaAir3.0文档 · LAYABOX [ 82%]

...件创建2、Dialog属性介绍2.1 Drag Area属性2.2 Is Modal属性2.3 Is Show Effect 属性2.4 Is Popup Center属性3、代码创建Dialog组件Dialog组件参考 Dialog继承于View,主要用于弹窗面板, 1、Dialog组件创建 Dialog组件可以通过IDE的可视化操作直接进行创...

来源: Laya3.0_文档 发布时间: 20230303

53. laya.d3.core.particle.EmitterSphere [ 81%]

...用于球发射器。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By  centerPosition : Vector3发射器中心位置。EmitterSphere emissionRate : Number 获取粒子发射速率 EmitterBase minEmissionTime : Number 发射粒子最小时...

来源: laya_api 发布时间: 20170603

54. 对话框点击空白处真的无法关闭 [ 81%]

...}());调用对话框的方法 var dialog = new SelectColorDialog(); dialog.show(); 附件 : --> testCloseDialog.rar 2018-03-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达人 赞同来自: ipp...

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

55. laya.d3.core.particle.EmitterBox [ 81%]

...用于盒发射器。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By  centerPosition : Vector3发射器中心位置。EmitterBox emissionRate : Number 获取粒子发射速率 EmitterBase minEmissionTime : Number 发射粒子最小时间...

来源: laya_api 发布时间: 20170603

56. laya.d3.core.particle.EmitterPoint [ 81%]

...用于点发射器。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By emissionRate : Number 获取粒子发射速率 EmitterBase minEmissionTime : Number 发射粒子最小时间间隔 EmitterBase particleTemplate : ParticleTemplateBase[writ...

来源: laya_api 发布时间: 20170603

57. laya.d3.component.Script [ 81%]

...建脚本的父类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By destroyed : Boolean[read-only] 获取是否已销毁。 Component3D enable : Boolean 获取是否启用。 Component3D id : int[read-only] 获取唯一标识ID。 Componen...

来源: laya_api 发布时间: 20170929

58. 使用graphsics.drawTexture画出来的图片与使用button创建同样宽高图形竟然不重合?? [ 81%]

...重合?? 我使用一个Button创建的按钮,和使用 this.sprite_show = new Laya.Sprite(); this.sprite_show.graphics.drawTexture(Laya.loader.getRes(this.resStr), 0, 0, this.width, this.height); 画出来的两个对象,sprite_show的图形竟然被缩小了一点点。。。都是同样...

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

59. laya.d3.core.particle.EmitterRing [ 80%]

...用于环发射器。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By  centerPosition : Vector3发射器中心位置。EmitterRing emissionRate : Number 获取粒子发射速率 EmitterBase minEmissionTime : Number 发射粒子最小时间...

来源: laya_api 发布时间: 20170603

60. laya.ui.UIEvent [ 80%]

...类的事件类型。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By altKey : Boolean[read-only] 表示 Alt 键是处于活动状态 (true) 还是非活动状态 (false)。 Event charCode : Boolean[read-only] 包含按下或释放的键的...

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