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

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

1501. laya.ui.Radio [ 39%]

...downColor,disableColor"。 Button tag : * 对象的标签。 UIComponent text : Text[read-only] 按钮文本标签 Text 控件。 Button texture : Texture 设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。 等同于graphics.clear();graphics.dra...

来源: Laya2.0_api 发布时间: 20190513

1502. Tween 缓动过程有触发回调函数么 [ 39%]

...面只有alpha有效果,scalex和scaley没有变化,怎么回事啊? Text类中竟然没有pos函数的api~ 3D模型tween旋转 【BUG备忘录】关于Tween动画无法正常作用问题-解决办法 关于customRender函数不执行的问题 js调as函数 undifine 问题状态 最新活动: ...

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

1503. laya.resource.NativeContext_API3.0 [ 38%]

...All Inherited Externals Only exported Menu Globals "laya/resource/NativeContext" NativeContext Class NativeContext Hierarchy NativeContext Index Constructors constructor Properties _buffer _byteArray _fdata _idata sprite ARRAY_BUFFER_REF_COPY ARRAY_BUFFER_REF_REFERENCE ARRAY_BUFFER_TYPE_CMD ARRAY_BU...

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

1504. js环境下使用Loader加载图片在Sprite对象的.on函数无效 [ 37%]

...对象的.on函数无效 var tempnote = new Laya.Sprite(); 使用 tempnote.texture=Loader.getRes(tempjson.pic)后 tempnote.on函数不触发 使用tempnote.loadImage(tempjson.pic); 触发正常,如果我想使用Loader.getRes 来载入缓存的图片应如何处理. 2017-10-24 添加评论 免费...

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

1505. 项目做了一周.然后打不开了.怎么办? [ 37%]

...2 Overwriting extension <<.mxml>> to now point to mime <<text/x-xml>> (anonymous) @ /E:/laya/ide/LayaAirIDE_1.7.15/resources/app/out/vs/workbench/electron-browser/workbench.main.js:6932 3E:\laya\ide\LayaAirIDE_1.7.15\resources\app\out\codeextension\updateversion\extension.js:...

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

1506. /clang:-1: linker command failed with exit code 1 (use -v to see invocation) [ 37%]

...hRuntime = [[conchRuntime alloc]initWithView:m_pGLKView frame:frame EAGLContext:m_pGLContext downloadThreadNum:3]; 2019-05-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_Aaron 赞同来自: 这个问题是...

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

1507. 路径显示会添加DrawCall,每增加一条路径都会添加,有什么办法降DrawCall [ 37%]

...]); 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 Image("comp/image.png"); img....

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

1508. 在 ios xcode接入微信开放平台分享sdk编译出错 [ 37%]

...criptCore -lbmalloc -Objc -ljpeg -all_load -Xlinker -sectcreate -Xlinker __TEXT -Xlinker __entitlements -Xlinker /Users/wxh/Library/Developer/Xcode/DerivedData/ykmj-hkcpwhnxmcoyygagguzfcmsdrryg/Build/Intermediates.noindex/ykmj.build/Debug-iphonesimulator/ykmj.build/ykmj.app.xcent -framework CFNetwor...

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

1509. 【简单跑酷--JS版】---Lv.5 玩家踩地板 [ 36%]

...nction(){ /** * 地板类 */ function Floor(){ //背景贴图纹理 this.bgTexture = null; //最大右边距离 this.maxRight = 0; //判断是否超过右边最大距离了 this.isOutComplete = false; //背景 this.bg = null; //背景右边补丁 this.rightBg = null; Floor.__super.call(this); } //...

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

1510. 只要引入protobuf就会导致连接网络失败 [ 35%]

...连接网络失败 打包单击版APP   android系统   <script type="text/javascript" src="libs/protobuf.js"></script> 只要引入了这个就会导致(如图)    换了几个protobuf.js都不行  如果不能解决能不能给个建议呢!  项目暂时离不开protobuf ...

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