大约有 3,975 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0085 秒)
Laya_社区(2827) Laya2.0_文档(369) Laya2.0_api(225) laya_api(169) Laya_示例(157) Laya2.0_示例(117) Laya3.0_api(62) Laya3.0_文档(49)
LAYA2.0.0beata2使用场景编辑器无法通过var属性调用 使用最新版本的IDE,通过场景编辑器编辑UI界面,定义一个image的var为testBut,在class中继承ui,使用this.testBut调用该var时,报错为:undefined,检查layaMaxUI中有该var属性,使用this.testB...
来源: Laya_社区 发布时间: 20181012
...rderText[static] FillBorderTextCmdProperty DetailborderColorpropertypublic var borderColor:String 定义镶边文本颜色。 fillColorproperty public var fillColor:String 定义文本颜色,比如"#ff0000"。 fontproperty public var font:String 定义字体和字号,比如"20px Arial"。 line...
来源: Laya2.0_api 发布时间: 20190513
...次触发时,却没有报错? onTriggerEnter(e:Laya.RigidBody):void{ var cil:Laya.CircleCollider=this.owner.getComponent(Laya.CircleCollider); var rig:Laya.RigidBody=this.owner.getComponent(Laya.RigidBody); cil.enabled=false; rig.enabled=false; var self:Laya.Sprite= this.owner as Laya.Sprite; ...
来源: Laya_社区 发布时间: 20190721
技术文档的代码无法编译运行(var efc = new ui.TestPUI();) javascript->layaair ide篇->使用ide创作->创建动效模板 当我按照教程学习的时候,“在项目中展示动效模板的效果 ”的代码无法运行。 var efc = new ui.TestPUI(); 请问下“ui.Tes...
来源: Laya_社区 发布时间: 20170724
...ipt三种开发语言、LayaAirIDE让项目开发更高效。(function() { var Stage = Laya.Stage; var ComboBox = Laya.ComboBox; var Handler = Laya.Handler; var WebGL = Laya.WebGL; var skin = "../../res/ui/combobox.png"; (function() { // 不支持WebGL时自动切换至Canvas Laya.init(800, 600, Web...
来源: Laya_示例 发布时间: 20241124
请问,如何获得StandardMaterial,为什么transformUV始终是null var material = mesh.meshRender.material; console.log(material.transformUV); 2017-11-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 ymsd...
来源: Laya_社区 发布时间: 20171127
...是局部变量。__proto._createItems = function (startY, numX, numY) { var box = this._content; var cell = this._getOneCell(); var cellWidth = cell.width + this._spaceX; var cellHeight = cell.height + this._spaceY; if (this.cacheContent) { var cacheBox = new Box(); cacheBox.cacheAsBitmap = true; c...
来源: Laya_社区 发布时间: 20180418
sprite做的按钮点击无反应? 代码如下: var dialog_mc:Sprite = new Sprite(); Laya.stage.addChild(dialog_mc); var w:int = 110; var h:int = 40; var btn:Sprite = new Sprite(); btn.size(w, h); btn.graphics.drawRect((stageWd - w) * 0.5, (stageHt - h) * 0.5-50, w, h, "#FF7F50"); btn.graphics...
来源: Laya_社区 发布时间: 20170120
TS如何获取组件的var名称 api 说这个 readonly id: number;方法可以获取var名称,可是我怎么的获取不了 2020-06-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个...
来源: Laya_社区 发布时间: 20200601
...cy) { this.tick = 0; // iterate through the dudes and update the positions var laser: Laser = new Laser(); laser.loadImage("res/pixi/laser0" + ((this.type % 5) + 1) + ".png"); this.type++; laser.life = 0; var pos1: Point; var pos2: Point; if (this.type % 2) { pos1 = new Point(-20, Math.random() * th...
来源: Laya2.0_示例 发布时间: 20241124