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

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

161. laya.ui.Clip_API3.0 [ 59%]

...skewX skewY skin sources stage staticCache texture timer toolTip top total transform url viewport visible width x y zOrder Methods _initialize _processActive _setHeight _setSkin _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains cust...

来源: Laya3.0_api 发布时间: 20231115

162. laya.ui.Radio_API3.0 [ 59%]

...ewY skin stage stateNum staticCache strokeColors texture timer toolTip top transform url value viewport visible width x y zOrder Methods _initialize _processActive _setHeight _setSkin _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contain...

来源: Laya3.0_api 发布时间: 20231115

163. sprite3D 移动的问题 [ 59%]

sprite3D 移动的问题 修改sprite3D 物体的transform属性的 position 值 ,但是物体不在世界坐标系变化。这个问题能帮忙看看吗? 2017-11-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回...

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

164. 多点触控的使用(ActionScript-3D基础(AS3)-LayaAir3D之鼠标交互) [ 59%]

... touch.position.y; //根据移动的距离进行旋转 (owner as Sprite3D).transform.rotate(new Vector3(1 * deltaY /2, 1 * deltaX / 2, 0), true, false); } } else if (2 === touchCount){ _text.text = "触控点为2"; isTwoTouch = true; //获取两个触碰点 var touch:Touch = _scene.input.getTouch(0)...

来源: Laya2.0_文档 发布时间: 20210715

165. laya.ui.FontClip_API3.0 [ 59%]

...in sources spaceX spaceY stage staticCache texture timer toolTip top total transform url value viewport visible width x y zOrder Methods _initialize _processActive _setHeight _setSkin _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contain...

来源: Laya3.0_api 发布时间: 20231115

166. animator动画如何导出? [ 59%]

...,材质动画等复合动画)              现支持的属性 Transform 下的旋转平移缩放,可支持所有类型的骨骼动画和刚体动画,*暂不支持unity中自己创建的Humanoid类型的骨骼动画* 请在unity中把Humanoid转成Generic类型的   2017-10-19 0 0 ...

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

167. Sprite3D 不旋转 [ 59%]

...on():void{                                    layaMonkey.transform.rotate(vect,true,false)                 }) 让他自转,但自己从unity里面导出的sprite3d却不转,这是怎么回事呀?求高人解答帮助一下 2018-03-02 添加评论 免费帖 --> 分享 ...

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

168. laya.ui.HScrollBar_API3.0 [ 58%]

...Cache target texture thumbPercent tick timer toolTip top touchScrollEnable transform url value viewport visible width x y zOrder Methods _initialize _processActive _setSkin addChild addChildAt addChildren addComponent addComponentInstance backToNormal bubbleEvent callLater clearTimer contains custom...

来源: Laya3.0_api 发布时间: 20231115

169. laya.ui.VScrollBar_API3.0 [ 58%]

...Cache target texture thumbPercent tick timer toolTip top touchScrollEnable transform url value viewport visible width x y zOrder Methods _initialize _processActive _setSkin addChild addChildAt addChildren addComponent addComponentInstance backToNormal bubbleEvent callLater clearTimer contains custom...

来源: Laya3.0_api 发布时间: 20231115

170. 多点触控的使用(JavaScript-3D基础(JS)-LayaAir3D之鼠标交互) [ 58%]

....y = this.touch.position.y; //根据移动的距离进行旋转 this.owner.transform.rotate(new Laya.Vector3(1 * deltaY /2, 1 * deltaX / 2, 0), true, false); } } else if (2 === touchCount){ this._text.text = "触控点为2"; this.isTwoTouch = true; //获取两个触碰点 var touch = this._scene.inp...

来源: Laya2.0_文档 发布时间: 20210715