大约有 722 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0042 秒)
Laya_社区(259) Laya2.0_api(166) laya_api(138) Laya_示例(61) Laya2.0_示例(53) Laya2.0_文档(28) Laya3.0_api(9) Laya3.0_文档(8)
...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
...件创建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
...用于球发射器。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By centerPosition : Vector3发射器中心位置。EmitterSphere emissionRate : Number 获取粒子发射速率 EmitterBase minEmissionTime : Number 发射粒子最小时...
来源: laya_api 发布时间: 20170603
...}());调用对话框的方法 var dialog = new SelectColorDialog(); dialog.show(); 附件 : --> testCloseDialog.rar 2018-03-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达人 赞同来自: ipp...
来源: Laya_社区 发布时间: 20180326
...用于盒发射器。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By centerPosition : Vector3发射器中心位置。EmitterBox emissionRate : Number 获取粒子发射速率 EmitterBase minEmissionTime : Number 发射粒子最小时间...
来源: laya_api 发布时间: 20170603
...用于点发射器。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By emissionRate : Number 获取粒子发射速率 EmitterBase minEmissionTime : Number 发射粒子最小时间间隔 EmitterBase particleTemplate : ParticleTemplateBase[writ...
来源: laya_api 发布时间: 20170603
...建脚本的父类。 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
...重合?? 我使用一个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
...用于环发射器。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By centerPosition : Vector3发射器中心位置。EmitterRing emissionRate : Number 获取粒子发射速率 EmitterBase minEmissionTime : Number 发射粒子最小时间...
来源: laya_api 发布时间: 20170603
...类的事件类型。 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