大约有 206 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0045 秒)
...关系链:LayaAir引擎针对微信小游戏好友关系链实现方案 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 如何实现微信登录? 缓动Tween能用在3D物体或者特效上面吗? Tween如何实现无限循环改变alpha? 有什么容器能够实...
来源: Laya_社区 发布时间: 20190802
...回复被折叠 要回复问题请先登录 发起人 少侠 相关问题 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 缓动Tween能用在3D物体或者特效上面吗? Laya.timer.loop()如何停止 关于shader中opengl函数问题 想让一个2D的图形被鼠标...
来源: Laya_社区 发布时间: 20200113
...,为什么到微信开发工具中就是横屏,而且还被拉伸了 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 3D模型tween旋转 缓动动画SKEW-Y从0到360卡住 unity 粒子特效 laya插件有问题? 这样写的代码,Tween动画里面只有alpha有...
来源: Laya_社区 发布时间: 20180511
...***914 一些用LAYABOX做的练习小游戏http://iuhigi.cn/ 相关问题 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 缓动Tween能用在3D物体或者特效上面吗? Animator 如何获取当前所有动画名称呢?或者所有的AnimationClip呢? 动画混...
来源: Laya_社区 发布时间: 20180102
... export class TextAreaControl extends Laya.Script { //declare owner : Laya.Sprite3D; @property( { type : Laya.TextArea } ) public txtarea: Laya.TextArea; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 */ onAwake():...
来源: Laya3.0_文档 发布时间: 20241014
...(最新版本:1.7.16) 招聘:H5游戏开发 坐标:深圳南山 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale LayaAirIDE下如何使用mask? 使用钢体设置防穿后仍有几率会穿透 如何设置Sprite的宽高和点击区域? Tween没效果,对...
来源: Laya_社区 发布时间: 20171229
为什么rotation、scale赋值了不管用? 我创建了一个Sprite3D: this.role3D = Laya.MeshSprite3D.load("3d/ben/Export.lh") this.role3D.transform.scale = new Laya.Vector3(0.5,0.5,0.5); this.role3D.transform.position = new Laya.Vector3(0,20,0); 以上的scale、position设置均不起作...
来源: Laya_社区 发布时间: 20180309
...r cylinderMesh:CylinderMesh=new CylinderMesh(0.05,2,8); var cylinder3D:MeshSprite3D=new MeshSprite3D(cylinderMesh); cylinder3D.transform.translate(new Vector3(3,0,0),true); cylinder3D.transform.localScale = new Vector3(2,2,2); cylinder3D.transform.localRotationEuler = new Vector3(90,90,90); role.get...
来源: Laya_社区 发布时间: 20170904
...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 有什么容器能够实现当子元素达到显示上限后自动滚...
来源: Laya_社区 发布时间: 20151124
...der.load("sub1/Cube.lh").then((res: Laya.PrefabImpl) => { let sp3: Laya.Sprite3D = res.create() as Laya.Sprite3D; this.scene3d.addChild(sp3); }); }) Laya.loader.loadPackage("sub2", this.printProgress).then(() => { Laya.loader.load("sub2/Sphere.lh").then((res: any) => { let sp3 = res.create(...
来源: Laya3.0_文档 发布时间: 20241014