大约有 345 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0062 秒)
Laya3.0_api(85) Laya2.0_api(79) Laya_社区(77) laya_api(67) Laya2.0_文档(26) Laya3.0_文档(10) Laya_示例(1)
...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
...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
sprite3D 移动的问题 修改sprite3D 物体的transform属性的 position 值 ,但是物体不在世界坐标系变化。这个问题能帮忙看看吗? 2017-11-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回...
来源: Laya_社区 发布时间: 20171116
... 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
...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
...,材质动画等复合动画) 现支持的属性 Transform 下的旋转平移缩放,可支持所有类型的骨骼动画和刚体动画,*暂不支持unity中自己创建的Humanoid类型的骨骼动画* 请在unity中把Humanoid转成Generic类型的 2017-10-19 0 0 ...
来源: Laya_社区 发布时间: 20171017
...on():void{ layaMonkey.transform.rotate(vect,true,false) }) 让他自转,但自己从unity里面导出的sprite3d却不转,这是怎么回事呀?求高人解答帮助一下 2018-03-02 添加评论 免费帖 --> 分享 ...
来源: Laya_社区 发布时间: 20180302
...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
...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
....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