大约有 693 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0097 秒)
...090。 4、PC电脑的chrome浏览器与手机数据连接线。 5、安装nodejs 环境 [node官网:https://nodejs.org/en/] 就是下载安装,比较简单,也不细介绍。能在命令行里调起npm命令就算是成功了。 6、安装ADB ADB可以用于授权,以及发布推送等,...
来源: Laya3.0_文档 发布时间: 20251010
...新手,这里要重点强调一下,预览功能必须要先全局安装Node环境(推荐安装Node 10.x版本),我们看到上一个图中的StreamingAssets目录结构就可以看出,正常的目录结构需要node_modules,如果没有安装Node环境,目录结构与上图结构不...
来源: Laya2.0_文档 发布时间: 20210714
...心,只需要知道它有一个create方法实例化节点树。*/ let node = res.create(); }); 1.8 旧版本引擎load和create的兼容性问题 3.0以前的引擎,有Laya.loader.load()和Laya.loader.create()方法两个方法,分别用于加载2D和3D资源。 3.0引擎版本统一使用loa...
来源: Laya3.0_文档 发布时间: 20251010
...环列表四、列表项Runtime列表 (GList) Author: 谷主 Template Node item节点模版。从层级面板拖入一个节点。这个节点必须为GList节点的孩子。 Init Item Num 初始item数量。如果大于0,将自动创建指定数量的item。 Is Demo 如果勾选,Init Item N...
来源: Laya3.0_文档 发布时间: 20251128
...tool] [info] Application Directory: C:\Program Files\LayaAirIDE3\resources\node_modules\nativetools\bin\ [2023-06-20 18:19:19.035] [resource_tool] [info] FBX file format version for this FBX SDK is 7.7.0 [2023-06-20 18:19:19.035] [resource_tool] [info] lAbsFolderName: D:\2023_6_20_秘密超市\demo\...
来源: Laya_社区 发布时间: 20230621
...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_文档 发布时间: 20251010
...示 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? 微信小游戏:HTMLDivElement的使用 微信小游戏如何使用ttf字体? 请问2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 问题状...
来源: Laya_社区 发布时间: 20170418
...事件分发器是可调度事件类的基类,比如作为基础节点的Node类继承自Laya.EventDispatcher类,只要继承此类就可以作为一个事件发送者发送事件给它的侦听者。那么比如上面示例代码中的Button就是继承自Laya.EventDispatcher,可以用.on的...
来源: Laya3.0_文档 发布时间: 20251010
...理)9.1 Physics Simulation(T_Physics_Simulation)9.2 Physics Update Node(T_Physics_UpdateNode)9.3 Physics Event(T_PhysicsEvent)9.4 Physics Event Count(C_PhysicsEventCount)9.5 Physics Collider(T_PhysicsCollider)9.6 Physics Trigger(T_PhysicsTrigger)9.7 Physics Collider Enter...
来源: Laya3.0_文档 发布时间: 20260128
...eveco Studio 构建日志:/Applications/DevEco-Studio.app/Contents/tools/node/bin/node /Applications/DevEco-Studio.app/Contents/tools/hvigor/bin/hvigorw.js --mode module -p module=entry@default -p product=default -p requiredDeviceType=default assembleHap --analyze=normal --parallel --incremental -...
来源: Laya_社区 发布时间: 20250106