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

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

221. laya.ui.TextInput_API3.0 [ 81%]

...import laya.ui.TextInput; import laya.utils.Handler; public class TextInput_Example { public function TextInput_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/input.png"], Han...

来源: Laya3.0_api 发布时间: 20231115

222. 分享:DrawToCanvas内存释放问题! [ 81%]

...o 赞同来自: bucuo不错 2017-08-22 0 0 分享 微博 QZONE 微信 cuixu_xucui 赞同来自: 还是内存爆炸呀 if(this._texture){ console.log("this._texture.destroy"); this._texture.destroy(); this._texture = null; } if(this._htmlC){ this._htmlC.destroy(); } this._htmlC = this.zoomBox.drawToC...

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

223. laya.ui.RadioGroup_API3.0 [ 80%]

...port laya.ui.RadioGroup; import laya.utils.Handler; public class RadioGroup_Example { public function RadioGroup_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/radio.png"], Handler.create(th...

来源: Laya3.0_api 发布时间: 20231115

224. Laya2.7.0 beta cannon bug [ 80%]

...博 QZONE 微信 Chenyazhi 赞同来自: get angularVelocity() { if (this._btColliderObject) { var phtqua = this._btColliderObject.angularVelocity; this._angularVelocity.setValue(phtqua.x, phtqua.y, phtqua.z); } return this._angularVelocity; } get totalForce() { if (this._btColliderObject) { var btT...

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

225. 论坛的简单跑酷地板间距疑问 [ 80%]

...的有点太简单。 "设计模式"导出的View出现“lose skin radio_1.png”错误。有简单的办法吗? 一个简单的bug请官方人自己测试一下_带示例代码 分享,扩展Laya.Text组件实现简单的富文本 是不是充值成为VIP后在论坛中的提问官方才会有...

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

226. HTMLDivElement下划线换行时,下划线颜色错误 [ 80%]

...行时,会用到这一段代码,错误应该是这段代码造成。 __proto.createOneLine=function(startWord,lastWords,hasLine,graphic,recList){ var lineY=lastWords.y+lastWords.height; if(hasLine) graphic.drawLine(startWord.x,lineY,lastWords.x+lastWords.width,lineY,this.color,1); var hitRec=HTM...

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

227. laya.ui.AutoBitmap_API3.0 [ 80%]

... Hierarchy Graphics AutoBitmap Index Constructors constructor Properties _color uv Accessors cmds color height sizeGrid source width Methods addCmd alpha clear clipRect destroy drawCircle drawCurves drawEllipse drawImage drawLine drawLines drawPath drawPie drawPoly drawRect drawTexture drawTextures ...

来源: Laya3.0_api 发布时间: 20231115

228. laya.device.media.Video_API3.0 [ 80%]

...于Video支持的所有事件参见:http://www.w3school.com.cn/tags/html_ref_audio_video_dom.asp。 注意: 在PC端可以在任何时机调用play()因此,可以在程序开始运行时就使Video开始播放。但是在移动端,只有在用户第一次触碰屏幕后才可以调用play()...

来源: Laya3.0_api 发布时间: 20231102

229. Laya api 中可能的bug [官方来看] [ 80%]

...1.tiledmap中的MapLayer复写了Sprite的render方法,使用了自己的_showGridList顺序,这样在调整zorder时是调整不到的__proto.render=function(context,x,y){ var childs=this._childs; this._childs=this._showGridList; _super.prototype.render.call(this,context,x,y); this._childs=chil...

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

230. 2.4.0bate IDE layaair2-cmd 安装错误求解 [ 80%]

... Error: Cannot find module 'C:\Users\Administrator\AppData\Roaming\npm\node_modules\layaair2-cmd\layaair2-cmd.js'     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)     at Function.Module._load (internal/modules/cjs/loader.js:562:25)     at Function.Module.runMain ...

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