大约有 619 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0044 秒)
Laya_社区(261) Laya2.0_api(123) laya_api(96) Laya_示例(56) Laya2.0_示例(44) Laya2.0_文档(26) Laya3.0_文档(7) Laya3.0_api(6)
...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_示例 发布时间: 20251130
...件创建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
...用于盒发射器。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By centerPosition : Vector3发射器中心位置。EmitterBox 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 emissionRate : Number 获取粒子发射速率 EmitterBase minEmissionTime : Number 发射粒子最小时间间隔 EmitterBase particleTemplate : ParticleTemplateBase[writ...
来源: laya_api 发布时间: 20170603
...重合?? 我使用一个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
...Handler(this,StartMove,[len]); add_other.clickHandler = new Handler(this,OnShow); // aa.dataSource = {text:"mmmm"}; for(var i:int = 0;i<100;i++){ var img:Image = TestScrollImage(); img.pos(100+i*10,100+i+10); this.addChild(img); } } private function TestScrollImage():Image{ var img:Image = new Im...
来源: Laya_社区 发布时间: 20171129
...组范围 - 隐藏 // Laya.timer.once(1000,this,function(){ // JQ(aWater).show();//全部显示; // }) // console.log(JQ(this).index(aWater)); }) //Laya.timer.once(3000,this,function(){ // JQ(aWater).off('click');//解除绑定 - 3秒后没有该点击事件了 //}); // //================= demo2 =...
来源: Laya_社区 发布时间: 20171123