大约有 422 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0083 秒)
...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
...~~~~~~~ unity中的模型导出后在laya中显示不正常 Animator 如何获取当前所有动画名称呢?或者所有的AnimationClip呢? iphoneX环境下新手引导的抠图透明区域为黑色,其它机型都是正常的。 使用了u3D导出来的粒子,不停的显示移除并销...
来源: Laya_社区 发布时间: 20170317
...ies Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node align : String 子对象对齐方式。LayoutBox alpha : Number透明度,值为0-1,默认值为1,表示...
来源: Laya2.0_api 发布时间: 20190513
...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
...//把精灵绘制到canvas上面 * var canvas:* = htmlCanvas.getCanvas();//获取原生的canvas对象 * trace(canvas.toDataURL("image/png"));//打印图片base64信息,可以发给服务器或者保存为图片 这个能看明白就知道怎么解决你的问题 2018-08-29 0 2 分享 微博 QZONE...
来源: Laya_社区 发布时间: 20180706
...ies Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node align : String 子对象对齐方式。LayoutBox alpha : Number透明度,值为0-1,默认值为1,表示...
来源: Laya2.0_api 发布时间: 20190513
...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
...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
...屏幕就会响应代码: private onMouseClick(event:Laya.Event):void{ //获取点击位置的地图坐标 const uiPosX = Math.abs(this.tMap.viewPortX) + event.stageX / this.tMap.scale; const uiPosY = Math.abs(this.tMap.viewPortY) + event.stageY / this.tMap.scale; //将地图坐标转换为地图...
来源: Laya_社区 发布时间: 20260113
fixedwidth适配模式下获取Laya.stage.height有一定时间的延时 Laya.init();初始化结束,fixedwidth适配模式下,上传到服务器后获取Laya.stage.height数据不准确,有一定时间的延时,有没有舞台创建完成的监听或者怎样才能获取到正确的Laya.st...
来源: Laya_社区 发布时间: 20180905