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

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

2441. socket.sent [ 49%]

...Mode = Laya.Stage.SCREEN_NONE; var uiResArr =[ {url:"res/atlas/comp.atlas",type: Laya.Loader.ATLAS}, ]; Laya.loader.load (uiResArr , Laya.Handler.create(this,this.onLoded));      //加载图片 this.byte = new Laya.Byte(); //这里我们采用小端 this.byte.endian = Laya.Byte.LITTLE_ENDIAN; th...

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

2442. 多个button如何区分 [ 49%]

...3 关注: 3 人 cyqcyqcyq • 2017-04-25 20:26 override public function on(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher 在调用函数后面添加区分button的参数应该可以吧 189*****192 • 2017-04-26 09:33 @cyqcyqcyq:我也有另一种解决方式 for(var i...

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

2443. laya.physics.EdgeCollider_API3.0 [ 49%]

...PreRender onReset onStart onUpdate Legend Object literal Variable Function Type alias Inherited constructor Inherited property Inherited method Inherited accessor Class Class with type parameter Accessor Enumeration Interface

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

2444. js中使用sharedMesh报错 [ 49%]

...warehouseCollider1.mesh = warehouse1.meshFilter.sharedMesh;错误信息: TypeError: Cannot read property 'sharedMesh' of undefined at onComplete (file:///E:/LayaWorkspace/javaScriptLaya/src/warehouse.js:129:52) at Handler.__proto.run (file:///E:/LayaWorkspace/javaScriptLaya/bin/libs/laya.core.js:6...

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

2445. 图片加载莫名变成了一个 html 字串 [ 49%]

...ermore • 2020-08-13 11:38 好的,谢谢 Nevermore • 2020-08-24 18:47 TypeError: Cannot create property '$_GID' on string '<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> &...

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

2446. 上架的游戏被苹果下架了 [ 49%]

...t be purchased using in-app purchase, within the app - unless it is of the type referenced in guideline 3.1.3 of the App Store Review Guidelines. Deliberate disregard of the App Store Review Guidelines and attempts to deceive users or undermine the review process are unacceptable and is a direct vio...

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

2447. laya.d3.core.light.Light_API3.0 [ 49%]

...ked destroyed enabled hideFlags id intensity lightWorldMatrix lightmapBakedType shadowDepthBias shadowDistance shadowMode shadowNearPlane shadowNormalBias shadowResolution shadowStrength Methods _initialize _setOwner destroy hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPos...

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

2448. release发版错误大概知道什么原因吗? [ 49%]

... fs.js:972  return binding.symlink(preprocessSymlinkDestination(target, type, path),  ^    Error: EPERM: operation not permitted, symlink 'D:\moyu_h5\game\bin\node_modules\_abbrev@1.1.1@abbrev\' -> 'D:\moyu_h5\game\release\layaweb\v1.0.12\node_modules\abbrev'  at Object.fs.symlinkSync (fs.js...

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

2449. worker.js 使用问题 [ 49%]

worker.js 使用问题 开启后报错如下Uncaught TypeError: Failed to execute 'texImage2D' on 'WebGLRenderingContext': No function was found that matched the signature provided.     at Texture2D.__proto._createWebGlTexture (laya.d3.js:33519)     at Texture2D.__proto.recreateResource (laya.d...

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

2450. VSCode高效开发工作流配置指南(TypeScript-IDE篇(TS)-代码模式基础) [ 49%]

...绍) LayaAirIDE 下载地址: [https://ldc2.layabox.com/layadownload/?type=layaairide]( https://ldc2.layabox.com/layadownload/?type=layaairide ) #### 1.2、下载安装Node.js Node.js 是一个基础环境,比如TypeScript编译、npm都需要依托于 Node.js。 如果没有安装,直接前...

来源: Laya2.0_文档 发布时间: 20210715