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

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

51. 2.x引擎项目升级说明 · LayaAir3.4 · 引擎文档 · LAYABOX [ 69%]

...接口,3.2 2D能对3D正确遮挡。3.3 新增 MOUSE_DRAG和MOUSE_DRAG_END3.4 删除了RIGHT_MOUSE_DOWN和RIGHT_MOUSE_UP3.5 事件汇总4、LayaAir3.0 组件系统修改5、Runtime的使用差异6、2D动画2.0引擎开发者使用3.0的差异汇总 Author:谷主 && Charley [!Note] 本...

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

52. laya.resource.RenderTexture2D [ 68%]

... DocumentationAll Packages | All Classes | Index | Frames No Frames RenderTexture2DProperties | Methods | Constants Packagelaya.resourceClasspublic class RenderTexture2DInheritanceRenderTexture2D BaseTexture laya.resource.Bitmap RenderTexture 类用于创建渲染目标。 Public Properties...

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

53. LayaAir引擎与原生Flash的差异文档说明! [ 67%]

...aphics.beginFill(0xFFFF00); sp.graphics.drawRect(0,0,200,200); sp.graphics.endFill(); addChild(sp); var mask:Sprite=new Sprite(); mask.graphics.beginFill(0xFF0000); mask.graphics.drawCircle(0,0,50); mask.graphics.endFill(); sp.mask=mask2、动态遮罩 var sp:Sprite=new Sprite(); sp.graphics.beginFi...

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

54. 如何能监听到TouchStart和TouchEnd事件 [ 67%]

如何能监听到TouchStart和TouchEnd事件 如何能监听到TouchStart和TouchEnd事件 2017-06-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 189*****192 赞同来自: Sean8023 Laya.stage.on(Event.MOUSE_U...

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

55. laya.d3.resource.RenderTextureCube_API3.0 [ 67%]

...cted All Inherited Externals Only exported Menu Globals "laya/d3/resource/RenderTextureCube" RenderTextureCube Class RenderTextureCube Hierarchy RenderTexture RenderTextureCube Implements IRenderTarget Index Constructors constructor Properties _generateMipmap _inPool _isCameraTarget _renderTarget de...

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

56. 打包成APK后,POST请求会先去Download请求的地址 [ 66%]

...post的地址。然后有时候会卡住,大概5秒后会出现Download end:200的log,这之后才会真正把post请求发出去。有时候Download会直接超时报错。   网页版没问题。   超时log:↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ 03-09 21:...

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

57. MovieClip 的 bug [ 66%]

...asData) { event(Event.ERROR,"file not find"); return; } //保护修改-----end------------------ this.basePath =_atlasPath?Loader.getAtlas(_atlasPath).dir:_url.split(".swf")[0] + "/image/"; _initData(data);添加了这个保护后,代码不会报错,但是你的帧循环使用创建MC不会显...

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

58. app构建IOS包 进入游戏提示加载游戏失败,可能由于你的网络不稳定,请退出重进 [ 66%]

...alstorage/logo.swf 2018-01-09 20:50:15.798 ZhuaWawa[2531:1863805] Download end:200 2018-01-09 20:50:15.798 ZhuaWawa[2531:1863805] Downloaded http://h5.catcher.magicbone.co ... 7.101 s=0 l=84 Creating context 1024, 768, 22018-01-09 20:50:15.843 ZhuaWawa[2531:1863829]  download end 2018-01-09 20:50:1...

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

59. laya.d3.resource.MulSampleRenderTexture_API3.0 [ 66%]

...Inherited Externals Only exported Menu Globals "laya/d3/resource/MulSampleRenderTexture" MulSampleRenderTexture Class MulSampleRenderTexture MulSampleRenderTexture类用于创建多重采样渲染目标 webGL2.0多重采样才会生效 Hierarchy RenderTexture MulSampleRenderTexture Implements IRende...

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

60. [LayaAirIDE3]2d相机打包后问题 [ 64%]

...  const { regClass, property } = Laya;  @regClass() export class Main extends Laya.Script {     @property({ type: Laya.Sprite })     public player: Laya.Sprite;      @property({ type: Laya.Sprite })     public joystick: Laya.Sprite;      @property({ type: Laya.Sprite })     public ma...

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