大约有 425 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0066 秒)
...runCallLater(method:Function):void 如果有需要延迟调用的函数(通过 callLater 函数设置),则立即执行延迟调用函数。 Node setChildIndex(node:Node, index:int):Node 设置子节点的索引位置。 Node timerLoop(delay:int, caller:*, method:Function, args:Array = null, ...
来源: Laya2.0_api 发布时间: 20190513
...想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display/Sprite.ts:273 指定鼠标事件检测是优先检测...
来源: Laya3.0_api 发布时间: 20231115
...call。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心点。UIComponent autoHide : Boolean = false一个布尔值,指定是...
来源: Laya2.0_api 发布时间: 20190513
...call。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心点。UIComponent autoSize : Boolean = false 指定是否自动计算宽...
来源: Laya2.0_api 发布时间: 20190513
...call。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心点。UIComponent autoSize : Boolean = false 指定是否自动计算宽...
来源: Laya2.0_api 发布时间: 20190513
...用法 点击事件疑问 const 用法 关于layadcc的一些疑问 如何通过代码控制prefab上面的时间轴动画animation? 请问关于遮罩的用法,在哪块可以找到? 如何获取animation的node节点? 官方有没有animation中label事件使用的教程 问题状态 最...
来源: Laya_社区 发布时间: 20170314
...想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display/Sprite.ts:273 指定鼠标事件检测是优先检测...
来源: Laya3.0_api 发布时间: 20231115
...话框打开和关闭,都会出发管理类的open和close事件 可以通过UIConfig设置弹出框背景透明度,模式窗口点击边缘是否关闭,点击窗口是否切换层次等 通过设置对话框的zOrder属性,可以更改弹出的层次 Public Properties Hide Inherited Public ...
来源: Laya2.0_api 发布时间: 20190513
...何扩展一个自定义的与List相似的组件呢?也就是需要能通过dataSource实现VBox中的name=render的UI进行遍历渲染,dataSource是数组对象 2017-04-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交...
来源: Laya_社区 发布时间: 20170403
....Loader.getRes("res/threeDimen/scene/TerrainScene/Assets/AStarMap.png"); //通过遮挡图生成astar网格数据 var aStarArr = this.createGridFromAStarMap(this.aStarMap); //使用astar组织数据 graph = new (window as any).Graph(aStarArr); opts = {}; opts.closest = true; opts.heuristic = (window...
来源: Laya2.0_文档 发布时间: 20210715