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

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

2881. [LayaAir3]LayaAir3.0UnityPlugin 导出出错 [ 32%]

...essEvent (int,intptr,bool&)  MissingReferenceException: The object of type 'SkinnedMeshRenderer' has been destroyed but you are still trying to access it. Your script should either check if it is null or you should not destroy the object. MeshUitls.writeSkinnerMesh (UnityEngine.SkinnedMeshRende...

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

2882. 打包安卓Android studio黑屏 [ 32%]

...808) mAppBounds=Rect(0, 0 - 1080, 1808) mWindowingMode=fullscreen mActivityType=undefined} nonFullScreen=0 suim:1 s.29}, config:{1.0 ?mcc?mnc [zh_CN_#Hans] ldltr sw360dp w360dp h578dp 480dpi nrml long port finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 1080, 1808) mAppBounds=Rect(0, 0 - 108...

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

2883. laya.utils.Ease_API3.0 [ 32%]

... strongInOut strongOut HALF_PI PI2 Legend Object literal Variable Function Type alias Class Class with type parameter Enumeration Interface Static method

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

2884. 本地双击html如何打开laya项目? [ 32%]

...() > 0 && file.exists() && file.isFile()) { i.setDataAndType(Uri.parse("file://" + filePath), "application/vnd.android.package-archive" ); i.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); context.startActivity( i); return true ; } return false ; }  安装完之后,我们只需要根...

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

2885. AS3与JS混合编码(ActionScript-2D进阶篇(AS3)-扩展模块) [ 32%]

...ose:Object):void { trace("收到消息"); respose.writeHead(200, {'Content-Type': 'text/plain'}); respose.end('Hello Laya'); } } } ``` ​ *Tips: 创建node的服务器的api可以移步到[https://nodejs.org/](https://nodejs.org/)*   `Main.as` 创建了一个动态服务器,端口为8989,...

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

2886. LayaFlash如何使用chrome调试问题? [ 32%]

...游戏:HTMLDivElement的使用 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 问题状态 最新活动: 2015-12-18 10:51 浏览: 4300 关注: 2 人

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

2887. 图集制作与使用详解(JavaScript-IDE篇(JS)-使用IDE创作) [ 31%]

...//json方式图集使用示例 Laya.loader.load([{url: "res/test/c1.json", type: Laya.Loader.ATLAS}], Laya.Handler.create(this, onLoaded)); ``` ## 5.打包图集常见的错误 #### 删除图集文件后,无法重新导出的问题 当用户手动删除了图集文件,但并未删除rec文件时...

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

2888. 图集制作与使用详解(TypeScript-IDE篇(TS)-使用IDE创作) [ 31%]

# 图集制作与使用详解 > author: charley Language: TypeScript update: 2019.01.11 *【注意】本篇教程采用LayaAirIDE 2.0.0正式版,文中如有不同请以最新LayaAirIDE版本为准。* 图集(Atlas)是游戏开发中常见的一种美术资源,通过工具将多张图片合并...

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

2889. 图集制作与使用详解(ActionScript-IDE篇(AS3)-使用IDE创作) [ 31%]

...荐的图集加载方式。atlas方式加载图集的示例代码为: ```typescript //atlas方式图集使用示例 Laya.loader.load("./res/atlas/test.atlas", Handler.create(this, onLoaded)); ``` `.json`是一种兼容第三方的图集配置方式,由于`.json`文件应用广泛,不仅仅用...

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

2890. 富文本:LayaAir下 HtmlDivElement的使用汇总 [ 31%]

...呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 文本如何自动换行 微信小游戏如何使用ttf字体? LayaAirIDE下如何使用mask? 微信小游戏:HTMLDivElement的使用 问题状态 最新活动: 2018-09-27 16:09 浏览...

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