大约有 413 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0070 秒)
Laya_社区(130) Laya3.0_api(69) Laya2.0_api(64) laya_api(59) Laya2.0_文档(46) Laya3.0_文档(26) Laya_示例(12) Laya2.0_示例(7)
...m url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce freshLayout...
来源: Laya3.0_api 发布时间: 20231115
...度。 textInput.height = 200;//设置 textInput 的高度。 Laya.stage.addChild(textInput);//将 textInput 添加到显示列表。 } } } example Laya.init(640, 800);//设置游戏画布宽高 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色 Laya.loader.load(["resource/ui/input.png"], ...
来源: Laya3.0_api 发布时间: 20231115
...hodDefined By BaseScene() 创建一个 BaseScene 实例。 BaseScene addChild(node:Node):Node[override] 添加子节点。 BaseScene addChildAt(node:Node, index:int):Node[override] 添加子节点到指定的索引位置。 BaseScene addChildren(... args):void 批量增加子节点 Node ...
来源: laya_api 发布时间: 20170422
...enter(); maskContainer.mask = mask; maskContainer.name = 'container'; this.addChild(maskContainer); 这段代码 设置了一个 遮罩 但是会导致底下的 图片变得 模糊 2017-03-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...
来源: Laya_社区 发布时间: 20170316
...ods MethodDefined By VRScene() 创建一个 VRScene 实例。 VRScene addChild(node:Node):Node[override] 添加子节点。 BaseScene addChildAt(node:Node, index:int):Node[override] 添加子节点到指定的索引位置。 BaseScene addChildren(... args):void 批量增加子节点 Node add...
来源: laya_api 发布时间: 20170422
...port visible width x y zOrder Methods _initialize _processActive _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce freshLayout...
来源: Laya3.0_api 发布时间: 20231115
...宽度。 textArea.height = 200;//设置 textArea 的高度。 Laya.stage.addChild(textArea);//将 textArea 添加到显示列表。 } } } example Laya.init(640, 800);//设置游戏画布宽高、渲染模式 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色 Laya.loader.load(["resource/ui...
来源: Laya3.0_api 发布时间: 20231115
...ort visible width x y zOrder Methods _initialize _processActive _setHeight addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce freshLayout...
来源: Laya3.0_api 发布时间: 20231115
....changeHandler = new Handler(this, onChange); //加载到舞台 Laya.stage.addChild(progressBar); //时间间隔循环,每100毫秒改变一次数据 Laya.timer.loop(100, this, changeValue); } /***时间间隔循环回调,更新进度条***/ private function changeValue():void { //最大为1,...
来源: Laya2.0_文档 发布时间: 20210715
...='head3.png' style='width:100px;height:100px'></img>"; Laya.stage.addChild(html);用style下的width和height就好了! 2017-03-29 0 0 分享 微博 QZONE 微信 liukaijv 赞同来自: 我也遇到了同样的问题,改成style模式,在web下行了,但在ios原生又有问题了 20...
来源: Laya_社区 发布时间: 20170329