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

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

611. 单选框组件 · LayaAir3.4 · 引擎文档 · LAYABOX [ 43%]

...签 标签字体 labelFont 文本标签的字体 标签字体大小 labelSize 文本标签的字体大小 标签加粗 labelBold 文本标签是否加粗,默认为false 标签状态颜色 labelColors 鼠标在元素释放时(up)、鼠标移动到元素时(over),鼠标按下时(down)...

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

612. 帮忙看看Texture类getPixels内存泄漏的问题。 [ 42%]

...olorTex.width) >> 1, (768 - _colorTex.height) >> 1); _colorSpr.size(_colorTex.width, _colorTex.height); Laya.stage.addChild(_colorSpr); _initPixelCount = getPixel(_colorTex); addEvent(); } private function addEvent():void { _colorSpr.on(Event.MOUSE_MOVE, this, __moveHandler); } private f...

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

613. 构建APP Android Studio打出的APK 报apploader.js:4515 TypeError: addGlobalValueDefine is not a function [ 42%]

...         return this._nativeObj.addGlobalValueDefine(modifyType, type, size, defaultData);                                    ^^                                                              TypeError: this._nativeObj.addGlobalValueDefine is not a ...

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

614. laya打包iOS,运行奔溃,构建时候选择的是2.3.0 [ 41%]

...ot a function.(In "this._nativeObj.addGlobal ValueDefine(modifyType, type, size, defaultData)", "this._nativeObj.addGlobalValueDefine" is undefined)] at line  4664. 附件 : --> 2020-02-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...

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

615. 微信关系链:LayaAir引擎针对微信小游戏好友关系链实现方案 [ 41%]

...ge.height; //主域往子域透传消息 __JS__('wx').postMessage({type:"resizeShared",url:"",data:{width:Laya.stage.width,height:Laya.stage.height,matrix:Laya.stage._canvasTransform},isLoad:false}); }); } //激活资源版本控制 beginLoad(); } private function beginLoad():void { //加载引擎...

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

616. list ,增加item ,我想在末尾增加,但是每次都给我翻倍的增加,如何解决 [ 41%]

...(e) { list.addItem(1); }); function Item() { Item.__super.call(this); this.size(416, 270); this.text = new Text(); this.text.fontSize = 20; this.text.pos(12, 5); this.text.color = "#FF00FF"; this.text.zOrder = 1; this.addChild(this.text); this.setImg = function(data) { var aar=[[150,160],[10,80],[15...

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

617. GL ERROR :GL_INVALID_OPERATION : glDrawElements: [ 41%]

...版,家庭版的,跳到编辑模式就显示这个 Error: asBitmap no size! IDE不能运行调试提示:Chrome error: Error:... spine动画转换失败,加载错误:导出二进制数据出错:writeUint8 error - Out of range261, 有谁知道什么原因导致的吗? 怎样解决? spine转换...

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

618. laya.html.dom.HTMLDivElement_API3.0 [ 41%]

...是粗体 letter-spacing:10px; 字间距 font-family:宋体; 字体 font-size:20px; 字体大小 font-weight:bold:none; 字体是否是粗体,功能同bold color:#ff0000; 字体颜色 stroke:2px; 字体描边宽度 strokeColor:#ff0000; 字体描边颜色 padding:10px 10px 20px 20px; 边缘的距...

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

619. List中放TextInput,当list滚动的时候,复用会有问题,input中的内容会乱,尤其有输入框focus的情况下 [ 41%]

...; var WID = 373, HEI = 30; function Item() { Item.__super.call(this); this.size(WID, HEI); this.img = new Image(); this.addChild(this.img); this.img.graphics.drawRect(0, 0, WID, HEI - 2, "#eeeeee"); this.label = new Label(); this.addChild(this.label); this.input = new TextInput(); this.addChild(this...

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

620. laya.ui.WXOpenDataViewer_API3.0 [ 41%]

...rs constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name drawtocanvCtx Accessors active activeInHierarchy alpha anchorX anchorY blendMode bottom cacheAs centerX centerY components customRenderEnable dataSource destroyed disabled displayHeight dis...

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