大约有 157 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0060 秒)
...容相关的链接 提交 1 个回复 Laya_XS 赞同来自: Laya.stage的_childs里包含了全部的显示对象,如果你是想操作显示对象的话你可以控制里面,具体你其他的需要这个就不清楚了。 2018-09-02 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回...
来源: Laya_社区 发布时间: 20180830
...,一段是在某个按钮被点击的时候再播,一开始我尝试getChildByName后直接尝试播放就报错了,想说是不是没拿到,然后就打个log看下,果然输出了null,想问下如下的这个“moveOut”动画如何播放呢?因为我看输出的layaUI.max.all.js里...
来源: Laya_社区 发布时间: 20180601
...= Laya.Label; var Utils = Laya.Utils; // 此类对应的json对象: // {"child": [{"type": "Clip", "props": {"x": "13", "y": "0", "left": "12", "height": "24", "name": "selectBox", "skin": "ui/clip_selectBox.png", "right": "0", "clipY": "2"}}, {"type": "Clip", "props": {"y": "4", "x": "14", "name"...
来源: Laya_示例 发布时间: 20241118
...Skin height hideFlags hitArea is3D left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrollRect scrollType skewX skewY stage staticCache texture timer toolTip top transform url vScrollBar vScrollBarSkin viewport visible width x y zOrder Methods ...
来源: Laya3.0_api 发布时间: 20231115
... "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 maybeClose (internal/child_process.js:899:16) at Process.ChildProcess._handle.onexit (internal/child_p...
来源: Laya_社区 发布时间: 20190730
...r.getGameObjectData (UnityEngine.GameObject gameObject, .JSONObject parentsChildNodes, Boolean statisticalCount) LayaExport.DataManager.getGameObjectData (UnityEngine.GameObject gameObject, .JSONObject parentsChildNodes, Boolean statisticalCount) LayaExport.DataManager.getGameObjectData (UnityEngine...
来源: Laya_社区 发布时间: 20170428
...a,600,"right"); bp.padding = bp1.padding = bp2.padding = -7; Laya.stage.addChild(bp); Laya.stage.addChild(bp1); Laya.stage.addChild(bp2); var t = 1000; Laya.timer.loop(1000,that,function(){ bp.text = t + ""; bp1.text = t + ""; bp2.text = t + ""; t++; }) } )); } } new GameMain(); 运行效果基本...
来源: Laya_社区 发布时间: 20161014
...n/env node const program = require('commander'); const { fork } = require('child_process'); const path = require('path'); program.parse(process.argv); const projPath = path.join(__dirname, '../'); const layaCompileDir = path.join(projPath, '.laya'); const gulpFilePath = path.join(layaCompileDir, 'co...
来源: Laya_社区 发布时间: 20201223
JQ集成到Laya二次封装 aWater = Laya.stage._childs; // //================= demo1 ======================= // JQ(aWater).click(function () { // //我已经打算废弃这样的事件用 on来动态绑定触法 // }) // //================= demo1 ======================= // //================= demo...
来源: Laya_社区 发布时间: 20171123
...tic GameStart:GameStart; GameMain.GameStart=new GameStart(); Laya.stage.addChild(GameMain.GameStart); 报错:file: 'file:///e%3A/LAYABOX/CaiCi/src/GameMain.ts' severity: '错误' message: 'Argument of type 'GameStart' is not assignable to parameter of type 'Node'. Property '_childs' is missing in ...
来源: Laya_社区 发布时间: 20170826