大约有 929 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0069 秒)
... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 repeat repeat: number = 0 Inherited from EffectBase.repeat Defined in laya/effect/EffectBase.ts:15 重复次数,默认为播放一次 Optional runInEditor runInEditor: boolean Inherited from Compon...
来源: Laya3.0_api 发布时间: 20231115
...Context(url,tempAtlasPngUrl,atlasJson); } }else { throw "传递的url没有获取到对应的图集数据信息,请确保图集已经过!"; } } } private static function postInfoToContext(url:String,atlaspngUrl:String,atlasJson:Object):void { var postData:Object = {"frames":atlasJson.frames,"met...
来源: Laya_社区 发布时间: 20180830
...题请先登录 发起人 nie341 相关问题 请问有没有方法能够获取“鼠标是否处于按下状态”? LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) 有什么容器能够实现当子元素达到显示上限后自动滚屏,使得新添加的...
来源: Laya_社区 发布时间: 20170510
...节点。 注意: Sprite 默认没有宽高,可以通过getBounds函数获取;也可手动设置宽高;还可以设置autoSize=true,然后再获取宽高。Sprite的宽高一般用于进行碰撞检测和排版,并不影响显示图像大小,如果需要更改显示图像大小,请...
来源: Laya2.0_api 发布时间: 20190513
...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite botto...
来源: laya_api 发布时间: 20170929
...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite bar : Button[read-only] 表示滑块按钮的引用。 Slider blendMode : String指定...
来源: laya_api 发布时间: 20170929
...ies Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite...
来源: Laya2.0_api 发布时间: 20190513
...); function clickHandler(){ var url = this.qrcode._oDrawing._elImage.src;//获取,注意这里是异步的,开发者可以加个延时在获取。 this.qrcodeSp.loadImage(url,0,0,100,100); } ``` 编译运行上面的代码,然后点击舞台可以看到,二维码已经显示到了舞台上...
来源: Laya2.0_文档 发布时间: 20210714
...ies Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite...
来源: Laya2.0_api 发布时间: 20190513
...编译错误 循环依赖不能运行 Circular dependency: Animator 如何获取当前所有动画名称呢?或者所有的AnimationClip呢? 在线急等,发现你们这个编译器一个bug,不能实现负负得正 app启动动画应该如何去掉 发布到vivo平台后,龙骨动画无...
来源: Laya_社区 发布时间: 20161006