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

大约有 590 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0066 秒)

211. laya.ui.VScrollBar [ 82%]

...spublic class VScrollBarInheritanceVScrollBar ScrollBar UIComponent Sprite Node EventDispatcher Object 使用 VScrollBar (垂直 ScrollBar )控件,可以在因数据太多而不能在显示区域完全显示时控制显示的数据部分。 Public Properties Hide Inherited Public Properties Sh...

来源: Laya2.0_api 发布时间: 20190513

212. 使用3D精灵 · LayaAir3.0文档 · LAYABOX [ 82%]

...点的名字。 * @return 节点对象。 */ getChildByName(name: string): Node { for (let child of this._children) { if (child && child.name === name) return child; } return null; } 当我们找到子节点时,也可以对节点做一些基础操作,比如删除掉自己方法 removeSel...

来源: Laya3.0_文档 发布时间: 20240624

213. laya.ui.HScrollBar [ 82%]

...spublic class HScrollBarInheritanceHScrollBar ScrollBar UIComponent Sprite Node EventDispatcher Object 使用 HScrollBar (水平 ScrollBar )控件,可以在因数据太多而不能在显示区域完全显示时控制显示的数据部分。 Public Properties Hide Inherited Public Properties Sh...

来源: Laya2.0_api 发布时间: 20190513

214. 2.4.0bate IDE layaair2-cmd 安装错误求解 [ 82%]

...  ^ Error: Cannot find module 'C:\Users\Administrator\AppData\Roaming\npm\node_modules\layaair2-cmd\layaair2-cmd.js'     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)     at Function.Module._load (internal/modules/cjs/loader.js:562:25)     at Function.Module.runM...

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

215. laya.utils.ClassUtils [ 82%]

...graphic绘图指令添加到sprite上 ClassUtils  createByJson(json:*, node:* = null, root:Node = null, customHandler:Handler = null, instanceHandler:Handler = null):*[static] 根据指定的 json 数据创建节点对象。 比如: { "type":"Sprite", "props":{ "x":100, "y":50, "name":"item1", "sc...

来源: laya_api 发布时间: 20170929

216. laya.d3.physics.constraints.FixedConstraint_API3.0 [ 82%]

...Component.ts:81 连接的两个物体是否进行碰撞检测 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:3...

来源: Laya3.0_api 发布时间: 20231115

217. 发布项目“是否压缩混淆js(耗时)”的bug [ 82%]

..._Error.get (eval at <anonymous> (C:\Users\fp005\AppData\Roaming\n pm\node_modules\uglify-js\tools\node.js:21:1), <anonymous>:75:23)     at fatal (C:\Users\fp005\AppData\Roaming\npm\node_modules\uglify-js\bin\ugli fyjs:289:53)     at run (C:\Users\fp005\AppData\Roaming\npm\node_module...

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

218. 微信小游戏加载资源问题 [ 82%]

... MiniAdpter.onCreateInput(type); } else if (type == "div") { var node = MiniAdpter._preCreateElement(type); node.contains = function (value) { return null; }; node.removeChild = function (value) { }; return node; } else { return MiniAdpter._preCreateElement(type); } } static onCreateInput(...

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

219. laya.physics.joint.WheelJoint_API3.0 [ 82%]

...nt/WheelJoint.ts:16 [首次设置有效]关节的连接刚体 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:3...

来源: Laya3.0_api 发布时间: 20231115

220. laya.ui.CheckBox [ 82%]

....uiClasspublic class CheckBoxInheritanceCheckBox Button UIComponent Sprite Node EventDispatcher Object CheckBox 组件显示一个小方框,该方框内可以有选中标记。 CheckBox 组件还可以显示可选的文本标签,默认该标签位于 CheckBox 右侧。 CheckBox 使用 dataSource...

来源: Laya2.0_api 发布时间: 20190513