大约有 1,375 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0081 秒)
Laya_社区(962) Laya3.0_api(149) Laya2.0_api(103) laya_api(77) Laya2.0_文档(51) Laya3.0_文档(31) Laya_示例(2)
...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display...
来源: Laya3.0_api 发布时间: 20231115
...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display...
来源: Laya3.0_api 发布时间: 20231115
... 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:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...
来源: Laya3.0_api 发布时间: 20231115
...eyBox: Laya.Sprite; constructor() { } /** *设置owner函数,可以直接获取到添加附加脚本的组件实例 **/ public set owner(value: any) { this.monkeyBox = value; //自定义的脚本会有时序问题,所以在此添加一个延时 this.monkeyBox.frameOnce(2, this, this.onLoaded); }...
来源: Laya_社区 发布时间: 20180622
...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display...
来源: Laya3.0_api 发布时间: 20231115
...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 closeEffect closeEffect: Handler Defined in laya/ui/Dialog.ts:186 关闭对话框效果,可以设...
来源: Laya3.0_api 发布时间: 20231115
...ies Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node align : String 表示文本的水平显示方式。 取值: "left": 居左对齐显示。 "center": 居...
来源: Laya2.0_api 发布时间: 20190513
...具? Layaair IDE的帧属性面板不见了 请问有没有方法能够获取“鼠标是否处于按下状态”? 如何实现微信登录? 有什么容器能够实现当子元素达到显示上限后自动滚屏,使得新添加的元素始终保持在最底部显示? 请问在layaIDE里...
来源: Laya_社区 发布时间: 20160728
...法的 src 时返回,时间保留小数点后 6 位(只读) 每一帧获取音频播放的位置,Android能正常获取,IOS一秒钟之内的每一帧获取到的播放位置是一样的。 Android 获取LOG信息: IOS 获取LOG信息: 附件 : --> 2020-05-25 添加评论 免费...
来源: Laya_社区 发布时间: 20200525
...lisionObject' of undefined Laya2.6.0beta 物理引擎 刚体碰撞点位置获取不正确 想让一个2D的图形被鼠标点击时缩放一下,或左右摇晃一下,最后回到原大小或原位置,应该用什么缓动模式 Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not...
来源: Laya_社区 发布时间: 20180920