大约有 17 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0028 秒)
...absolute`为`false`。 - `rotationInfo` —— RotationInfo类型,包含`alpha`、`beta`、`gamma`三个值,将在下面详细讨论。 `alpha`、`beta`和`gamma`属性必须指示设备的方向,其表现形式为从固定在地球上的坐标系到固定在设备上的坐标系的转换...
来源: Laya2.0_文档 发布时间: 20210714
... new Sprite(); Laya.stage.addChild(directionIndicator); directionIndicator.alpha = 0.8; directionIndicator.graphics.drawCircle(0, 0, 70, "#343434"); directionIndicator.graphics.drawLine(-40, 0, 40, 0, "#FFFFFF", 3); directionIndicator.graphics.drawLine(0, -40, 0, 40, "#FFFFFF", 3); directionIndicato...
来源: Laya_示例 发布时间: 20241119
...统,absolute为false。 rotationInfo —— RotationInfo类型,包含alpha、beta、gamma三个值,将在下面详细讨论。 alpha、beta和gamma属性必须指示设备的方向,其表现形式为从固定在地球上的坐标系到固定在设备上的坐标系的转换。坐标系必...
来源: Laya3.0_文档 发布时间: 20230303
...absolute`为`false`。 - `rotationInfo` —— RotationInfo类型,包含`alpha`、`beta`、`gamma`三个值,将在下面详细讨论。 `alpha`、`beta`和`gamma`属性必须指示设备的方向,其表现形式为从固定在地球上的坐标系到固定在设备上的坐标系的转换...
来源: Laya2.0_文档 发布时间: 20210715
... new Sprite(); Laya.stage.addChild(directionIndicator); directionIndicator.alpha = 0.8; directionIndicator.graphics.drawCircle(0, 0, 70, "#343434"); directionIndicator.graphics.drawLine(-40, 0, 40, 0, "#FFFFFF", 3); directionIndicator.graphics.drawLine(0, -40, 0, 40, "#FFFFFF", 3); directionIndicato...
来源: Laya2.0_示例 发布时间: 20241119
...absolute`为`false`。 - `rotationInfo` —— RotationInfo类型,包含`alpha`、`beta`、`gamma`三个值,将在下面详细讨论。 `alpha`、`beta`和`gamma`属性必须指示设备的方向,其表现形式为从固定在地球上的坐标系到固定在设备上的坐标系的转换...
来源: Laya2.0_文档 发布时间: 20210714
...关信息返回的RotationInfo,在Native IOS平台下获得的值为: alpha = 90,而beta和gamma始终为0. 左右和上下翻转手机都没有变化。 同样的接口,在Native Android平台和web (IOS 和Android都行)平台上都是OK的。 NativePlayer SDK使用的是最新的0....
来源: Laya_社区 发布时间: 20170925
...使用,就分享出来,大家有兴趣的看看 正常渲染效果 alpha遮罩 用法: var texture: Laya.Texture = Laya.Loader.getRes("progress.png"); this.spe = new coolDownSprite(); this.spe.init(texture); //this.spe.initWithoutTexture(128, 128); this.spe.pos(300, 350); this.spe.setPro...
来源: Laya_社区 发布时间: 20170606
...rientationChange); function onOrientationChange(absolute, info) { if (info.alpha === null) { addLog("当前设备不支持陀螺仪。"); return; } else if (firstTime && !absolute && !Browser.onIOS) { firstTime = false; addLog("在当前设备中无法获取地球坐标系,使用...
来源: Laya_社区 发布时间: 20171015
...代码中使用 LayaAir2D示例 Mac 2.0.0beta3 Chrome调试黑屏 graphics alpha 问题 event自定义事件的问题 路径是对的,但老是,调试控制台提示:错误,图片是IDE自带的,也不显示 这样写的代码,Tween动画里面只有alpha有效果,scalex和scaley没有...
来源: Laya_社区 发布时间: 20180302