大约有 591 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0066 秒)
...fab }) private loadingScenePrefab: Laya.Prefab; private loadingScene: Laya.Node; constructor() { super(); } /** * 第一次执行update之前执行,只会执行一次 */ onStart(): void { //创建Loading场景 this.loadingScene = this.loadingScenePrefab.create(); //设置Loading场景 Laya.Scene.s...
来源: Laya3.0_文档 发布时间: 20241014
...e' after 169 ms error { Error: Command failed: D:\laya\2.2.0\resources\app\node_modules\.bin\tsc.cmd -b "D:\Users\Administrator\Personal\myLaya2.2\Client\src\tsconfig.json" at ChildProcess.exithandler (child_process.js:217:12) at emitTwo (events.js:106:13) at ChildProcess.emit (events.js:194:7) at...
来源: Laya_社区 发布时间: 20190730
...用 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? 微信小游戏如何使用ttf字体? 问题状态 最新活动: 2018-09-19 11:06 浏览: 2245 关注: 2 人 Gaolbird • 2018-09-19 14:16 可以了。 新手上路,非常感谢。 ...
来源: Laya_社区 发布时间: 20180919
...因为我们将F5调试配置文件( `launch.json`)已默认设置为node模式,并设置了`LayaAirBuild`的gulp任务。如下图所示。 ![图](img/9-0.png) 这与我们之前提到的shell命令`npm run compile`实际上是一样的。打开`package.json`配置文件,可以看到`compil...
来源: Laya2.0_文档 发布时间: 20210714
...的文件格式,需要在这配置 - package.json:项目描述文件 - node_modules/layaengine:导出项目所使用到的 Layaair 引擎。 - pages/index 文件夹: > 导出后,开发者的资源与项目JS,位于的淘宝创意互动的 `pages/index/` 目录下: - game.axml:入口的...
来源: Laya2.0_文档 发布时间: 20210714
...i); } //找出所有ui下的Button包括子节点下 searchButton(ui: Laya.Node) { for (let i = 0; i < ui.numChildren; i++) { let child = ui.getChildAt(i); if (child instanceof Laya.Button) { console.log("发现Button"); this.onButtonScaleEvent(child); } else { //查找子节点 this.searchButton...
来源: Laya3.0_文档 发布时间: 20241014
...新手,这里要重点强调一下,预览功能必须要先全局安装Node环境(推荐安装Node 10.x版本),我们看到上一个图中的StreamingAssets目录结构就可以看出,正常的目录结构需要node_modules,如果没有安装Node环境,目录结构与上图结构不...
来源: Laya2.0_文档 发布时间: 20210714
...rawCall DrawCall FPSStatUIParams FrustumCulling GPUMemory InstanceDrawCall NodeStatUIParams OpaqueDrawCall ParticleRenderNode RenderNode RenderTextureMemory SkinRenderNode Sprite3DStatUIParams TextureMemeory TransDrawCall TriangleFace UniformUpload uploadUniformNum Properties Static AllShow AllShow:...
来源: Laya3.0_api 发布时间: 20231115
... private particle3D: Laya.ShurikenParticleRenderer; @property( { type:Laya.Node } ) //节点类型 private scnen2D: Laya.Node; @property( { type:Laya.Box } ) //拿到 Box 组件 private box: Laya.Box; @property( { type:Laya.List } ) //拿到 List 组件 private list: Laya.List; @property( { type:Lay...
来源: Laya3.0_文档 发布时间: 20241014
...用 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 问题状态 最新活动: 2015-12-18 10:51 浏览: 4300 关注: 2 人
来源: Laya_社区 发布时间: 20151218