大约有 425 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0075 秒)
...call。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心点。UIComponent autoPlay : Boolean 表示是否自动播放动画,...
来源: Laya2.0_api 发布时间: 20190513
...浏览器进行调试。 其实这个过程是可以进一步优化的,通过watch代码的更新来及时重新编译,并刷新浏览器。 3.1 launch和task配置 { "version": "0.2.0", "configurations": [ { "name": "chrome调试", "type": "chrome", "request": "launch", "trace": true, "smartSte...
来源: Laya_社区 发布时间: 20200918
...想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 bottomMoveLimit bottomMoveLimit: number = 0 Inherited from ScrollBar.bottomMoveLimit Defined in laya/ui/ScrollBar.ts:64 底部移动限制(达到限制...
来源: Laya3.0_api 发布时间: 20231115
...想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 bottomMoveLimit bottomMoveLimit: number = 0 Inherited from ScrollBar.bottomMoveLimit Defined in laya/ui/ScrollBar.ts:64 底部移动限制(达到限制...
来源: Laya3.0_api 发布时间: 20231115
...想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显示对象是否缓存为静态图...
来源: laya_api 发布时间: 20170422
...想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之...
来源: laya_api 发布时间: 20170929
...Defined in laya/display/Node.ts:630 如果有需要延迟调用的函数(通过 callLater 函数设置),则立即执行延迟调用函数。 see #callLater() Parameters method: Function 要执行的函数名称。例如,functionName。 Returns void setChildIndex setChildIndex(node: Node, ind...
来源: Laya3.0_api 发布时间: 20231115
...关吗 为什么多点触控没有任何反应 目前要实现的功能是通过加载的.lh模型文件 进行手指多点触控之后实现缩放及其旋转 根据官方的引擎示例制作后在手机中触控没有任何反应 想问一下是有开关吗 还是我写的不对 下面是...
来源: Laya_社区 发布时间: 20190531
...时,资源上锁 使用对应的资源加载方式加载资源时,通过对回调拿到的资源对象直接上锁实现。对应资源的加载方式可以查看 **资源加载篇** 的 **资源加载** 节,不包括场景与预设的加载。单个场景与预设的加载回调值类型...
来源: Laya2.0_文档 发布时间: 20210715
... IItem List 控件可显示项目列表。默认为垂直方向列表。可通过UI编辑器自定义列表。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-...
来源: Laya2.0_api 发布时间: 20190513