• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 359 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0069 秒)

151. 【初学者】导入模型进行旋转结果出现问题 [ 58%]

...ect:Laya.Vector3 = new Laya.Vector3(1,0,0); //每10毫秒旋转一次 Laya.timer.loop(10,null,function(){ box.transform.rotate(vect,true,false); }); 以上是代码 出现的问题是有一个物体 然后另外一个物体在旋转 2018-08-08 添加评论 已悬赏2元 --> 分享 微博 QZONE 微...

来源: Laya_社区 发布时间: 20180808

152. laya.ui.VSlider [ 58%]

...的刻度值,滑动数值为tick的整数倍。默认值为1。 Slider timer : Timer时间控制器,默认为Laya.timer。Node toolTip : * 鼠标悬停提示。 可以赋值为文本 String 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等。 Component top : Nu...

来源: laya_api 发布时间: 20170929

153. Slider 控件源码逻辑异常 [ 58%]

...器 图片异常 关于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 问题状态 最新活动: 2022-08-22 20:57 浏览: 8012 关注: 3 人

来源: Laya_社区 发布时间: 20220817

154. laya.ui.View [ 58%]

...被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.timer。Node toolTip : * 鼠标悬停提示。 可以赋值为文本 String 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等。 Component top : Nu...

来源: laya_api 发布时间: 20170929

155. laya.d3.core.scene.Scene [ 58%]

...被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.timer。Node transform : Matrix 对象的矩阵信息。通过设置矩阵可以实现节点旋转,缩放,位移效果。 矩阵更多信息请参考 Matrix Sprite  treeLevel...

来源: laya_api 发布时间: 20170929

156. 其他引擎的Demo-Example_21 [ 58%]

...; Laya.stage.bgColor = "#3da8bb"; Stat.show(); this.createCanvases(); Laya.timer.frameLoop(1, this, this.animate); Laya.stage.on('mousedown', this, this.onMouseDown); Laya.stage.on('mousemove', this, this.onMouseMove); Laya.stage.on('mouseup', this, this.onMouseUp); } createCanvases() { const Sprite...

来源: Laya2.0_示例 发布时间: 20241118

157. 射线检测-射线检测 [ 57%]

..., 0.5); mat.renderMode = 5; sphereSprite3d.meshRender.material = mat; Laya.timer.frameLoop(1, this, checkHit); } var ray = new Laya.Ray(new Laya.Vector3(0, 0, 0), new Laya.Vector3(0, 0, 0)); var point = new Laya.Vector2(); var _corners = new Array(); _corners[0] = new Laya.Vector3(); _corners[1] = n...

来源: Laya_示例 发布时间: 20241118

158. laya.ui.HSlider [ 57%]

...的刻度值,滑动数值为tick的整数倍。默认值为1。 Slider timer : Timer时间控制器,默认为Laya.timer。Node toolTip : * 鼠标悬停提示。 可以赋值为文本 String 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等。 Component top : Nu...

来源: laya_api 发布时间: 20170929

159. Matrix4x4的decompose函数用法 [ 57%]

...完图集 回调函数可以传形参吗? 怎么停止正在运行Laya.timer.frameLoop的回调函数 请问关于遮罩的用法,在哪块可以找到? 执行回调函数时报is not a function 关于customRender函数不执行的问题 const 用法 问题状态 最新活动: 2017-02-27 13:17...

来源: Laya_社区 发布时间: 20170227

160. laya.ui.CheckBox [ 57%]

...被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.timer。Node toggle : Boolean 指定按钮按下时是否是切换按钮的显示状态。 Button toolTip : * 鼠标悬停提示。 可以赋值为文本 String 或函数 Handler ...

来源: laya_api 发布时间: 20170929