大约有 2,916 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0080 秒)
Laya_社区(1723) Laya3.0_api(672) Laya2.0_文档(152) Laya2.0_api(128) laya_api(122) Laya3.0_文档(92) Laya2.0_示例(16) Laya_示例(11)
...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
...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
... 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
...() > 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
...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
...游戏:HTMLDivElement的使用 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 问题状态 最新活动: 2015-12-18 10:51 浏览: 4300 关注: 2 人
来源: Laya_社区 发布时间: 20151218
...//json方式图集使用示例 Laya.loader.load([{url: "res/test/c1.json", type: Laya.Loader.ATLAS}], Laya.Handler.create(this, onLoaded)); ``` ## 5.打包图集常见的错误 #### 删除图集文件后,无法重新导出的问题 当用户手动删除了图集文件,但并未删除rec文件时...
来源: Laya2.0_文档 发布时间: 20210715
# 图集制作与使用详解 > author: charley Language: TypeScript update: 2019.01.11 *【注意】本篇教程采用LayaAirIDE 2.0.0正式版,文中如有不同请以最新LayaAirIDE版本为准。* 图集(Atlas)是游戏开发中常见的一种美术资源,通过工具将多张图片合并...
来源: Laya2.0_文档 发布时间: 20210714
...荐的图集加载方式。atlas方式加载图集的示例代码为: ```typescript //atlas方式图集使用示例 Laya.loader.load("./res/atlas/test.atlas", Handler.create(this, onLoaded)); ``` `.json`是一种兼容第三方的图集配置方式,由于`.json`文件应用广泛,不仅仅用...
来源: Laya2.0_文档 发布时间: 20210714
...呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 文本如何自动换行 微信小游戏如何使用ttf字体? LayaAirIDE下如何使用mask? 微信小游戏:HTMLDivElement的使用 问题状态 最新活动: 2018-09-27 16:09 浏览...
来源: Laya_社区 发布时间: 20161027