大约有 8 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0027 秒)
谷歌浏览器 不触发 ROLL_OVER 事件 如图,这个版本谷歌浏览器(移动端)没有触发 roll_out 事件,复现率 100%; 附件 : --> 2018-04-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回...
来源: Laya_社区 发布时间: 20180404
..., Laya.WebGL); var bg1 = null; var bg2 = null; var box = null; function bg_rolling() { box = new laya.display.Sprite(); Laya.stage.addChild(box); bg1 = new laya.display.Sprite(); bg1.loadImage("res/bg1.png"); box.addChild(bg1); bg2 = new laya.display.Sprite(); ...
来源: Laya_社区 发布时间: 20160721
...** * 从欧拉角生成四元数(顺序为Yaw、Pitch、Roll) * @param yaw yaw值 * @param pitch pitch值 * @param roll roll值 * @param out 输出四元数 */ ...
来源: Laya_社区 发布时间: 20190308
...Aaron 赞同来自: Quaternion public static function createFromYawPitchRoll(yaw:Number, pitch:Number, roll:Number, out:Quaternion) 2019-04-03 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发起人 me_more_cool 相...
来源: Laya_社区 发布时间: 20181105
...ataManager.saveMesh (UnityEngine.GameObject gameObject) 附件 : --> 3D_Rolling_Leafs.zip 2017-02-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 183*****755 赞同来自: Laya_XS 1.现在只支持包含Parti...
来源: Laya_社区 发布时间: 20170222
...定义 mouseover 事件对象的 type 属性值。*/ static ROLL_OVER: string; /** 定义 mouseout 事件对象的 type 属性值。*/ static ROLL_OUT: string; /** 定义 doubleclick 事件对象的 type 属性值。*/ static...
来源: Laya_社区 发布时间: 20170601
...官网api有这样一句话:This class is the basis upon which you can roll your own web browser or simply display some online content within your Activity. It uses the WebKit rendering engine to display web pages 。原来webview也相当于一个浏览器,使用webkit作为渲染引擎,所...
来源: Laya_社区 发布时间: 20160104
...以根据各个轴的旋转弧度计算出 //Quaternion.createFromYawPitchRoll(yaw:Number, pitch:Number, roll:Number, out:Quaternion) box.transform.rotation = new Quaternion(x, y, z, w); //设置局部旋转,会使这个方体根据自身坐标系的坐标轴进行旋转 //如果没有进行过旋...
来源: Laya_社区 发布时间: 20161223