大约有 666 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0067 秒)
...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite bar : Image[read-only] 获取进度条对象。 ProgressBar bg : Image[read-only] 获...
来源: laya_api 发布时间: 20170929
如何获取舞台宽高? Laya3D.init(w, h)后 Laya.stage.width和height的值分别为w和h。如何获取实际舞台的宽高?就是类似stage.stageWidth和stage.stageHeight的值 2018-11-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容...
来源: Laya_社区 发布时间: 20181129
...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite botto...
来源: laya_api 发布时间: 20170929
...tring Inherited from Resource.url Defined in laya/resource/Resource.ts:107 获取资源的URL地址。 uuid uuid: string Inherited from Resource.uuid Defined in laya/resource/Resource.ts:109 获取资源的UUID。 yReverseMatrix yReverseMatrix: Matrix Defined in laya/ani/bone/Templet.ts:62 反转矩...
来源: 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
请问下自定义时间怎么获取发送时的参数 1.派发自定义事件Laya.stage.event("event","abc"); 2.监听自定义事件 Laya.stage.event("event",this,this.aaa); 3.event事件回调 private aaa(e):void{ //////////请问下这里怎么获取,event派发事件时的参数"abc"; } ...
来源: Laya_社区 发布时间: 20180423
如何在按钮监听中获取按钮本身 this除外,一般的监听传参为按钮本身是可以用this取到按钮本身的,我写的按钮一般针对于场景跳转(框架规定好的),this就成了场景,是这样的用循环创建多个按钮,然后无法再按钮监听中获...
来源: Laya_社区 发布时间: 20170912
...string Inherited from Resource.url Defined in laya/resource/Resource.ts:99 获取资源的URL地址。 uuid uuid: string Inherited from Resource.uuid Defined in laya/resource/Resource.ts:101 获取资源的UUID。 video video: HTMLVideoElement Defined in laya/device/media/HtmlVideo.ts:10 Static DEBU...
来源: Laya3.0_api 发布时间: 20231102
...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite bg : AutoBitmap 表示此对象包含的文本背景 AutoBitmap 组件实例。 TextInput...
来源: laya_api 发布时间: 20170929
js如何获取list中box的属性 js如何获取list下box下面img的属性,在List.mouseHandler时触发,要求每次触发都只是获取鼠标当前选中的box 2017-08-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...
来源: Laya_社区 发布时间: 20170807