• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 413 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0070 秒)

161. laya.ui.ScaleBox_API3.0 [ 62%]

...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

162. laya.ui.TextInput_API3.0 [ 62%]

...度。 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

163. laya.d3.core.scene.BaseScene [ 62%]

...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

164. 遮罩 模糊 [ 62%]

...enter(); maskContainer.mask = mask; maskContainer.name = 'container'; this.addChild(maskContainer); 这段代码 设置了一个 遮罩 但是会导致底下的 图片变得 模糊 2017-03-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...

来源: Laya_社区 发布时间: 20170316

165. laya.d3.core.scene.VRScene [ 62%]

...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

166. laya.ui.VBox_API3.0 [ 62%]

...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

167. laya.ui.TextArea_API3.0 [ 62%]

...宽度。 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

168. laya.ui.HBox_API3.0 [ 62%]

...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

169. ProgressBar属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 62%]

....changeHandler = new Handler(this, onChange); //加载到舞台 Laya.stage.addChild(progressBar); //时间间隔循环,每100毫秒改变一次数据 Laya.timer.loop(100, this, changeValue); } /***时间间隔循环回调,更新进度条***/ private function changeValue():void { //最大为1,...

来源: Laya2.0_文档 发布时间: 20210715

170. HTMLDivElement img 标签问题 [ 61%]

...='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