大约有 14,370 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0323 秒)
Laya_社区(13204) Laya3.0_api(461) Laya2.0_文档(418) Laya3.0_文档(142) laya_api(53) Laya2.0_api(46) Laya_示例(26) Laya2.0_示例(20)
3d中 缓动往一个点转向并移动的问题 在unity中没问题. laya中没实现. 高手帮我看看问题在哪? var out:Quaternion=new Quaternion(); var out1:Quaternion=new Quaternion(); var out2:Quaternion=new Quaternion(); var dir:Vector3=new Vector3() ; Vector3.subtract(transform.positi...
来源: Laya_社区 发布时间: 20180726
...2.6.0 beta 已经全局安装typescript,命令行 tsc -v,输出Version 3.8.3 nodejs 12.16.1 编译报错: semantic error TS2354: [31mThis syntax requires an imported helper but module 'tslib' cannot be found 定位到代码中是: let { width, height } = Laya.stage; mac上却没...
来源: Laya_社区 发布时间: 20200409
...rames No Frames QuaternionProperties | Methods | Constants Packagelaya.d3.mathClasspublic class QuaternionInheritanceQuaternion ObjectImplements laya.d3.core.IClone Quaternion 类用于创建四元数。 Public Properties PropertyDefined By elements : Float32Array四元数元素数组Quaterni...
来源: laya_api 发布时间: 20170929
...版构建出工程后,模拟器上显示附件中的第二个截图。 3. 我的构建配置为第三个截图。 4. 使用LayaAirIDE创建的3D示例项目也有上面描述的情况。 附件 : --> 示例工程.zip 构建出的wkwebview工程.zip 2020-01-03 添加评论 免费帖 --> 分享 ...
来源: Laya_社区 发布时间: 20200103
...aya.CapsuleColliderShape(0.5, 1); sphereShape.localOffset = new Laya.Vector3(0, 0.3, 0); this.characterController.colliderShape = sphereShape; this.characterController.gravity = new Laya.Vector3(0, -1, 0); this.characterController.restitution = 0; //弹力 在onUpdate 或者用timer驱动运...
来源: Laya_社区 发布时间: 20190626
...is._slices+1+1)+(this._slices+1)*2+(this._slices+1+1); this._numberIndices=3 *this._slices+6 *this._slices+3 *this._slices; var vertexDeclaration=VertexPositionNormalTexture.vertexDeclaration; var vertexFloatStride=vertexDeclaration.vertexStride / 4; var vertices=new Float32Array(this._numberVertice...
来源: Laya_社区 发布时间: 20180113
[LayaAir3]layaair3.1.3版本打出的项目中的text与label组件在vivo小游戏引擎1105及以下文字显示异常 layaair3.1.3版本打出的项目中的text与label组件在vivo长屏手机并且小游戏引擎在1105及以下文字显示异常,试了一下,稳定复现 附件 : --> asd...
来源: Laya_社区 发布时间: 20240514
linkSprite3D的一些更新问题 我发现,用linkSprite3D来做挂载,如果一开始就挂上去,不会抖动,但是如果角色先运行一会,再挂上去,就不流畅了。详情看附件的一个简单例子.版本是1.7.10 附件 : --> BoneTag.rar 2017-09-12 添加评论 免费...
来源: Laya_社区 发布时间: 20170912
...跑游戏顶级大作《梦幻家园》最新数据大曝光! 2016-04-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 cuixueying 赞同来自: layabox 大型H5游戏引擎商Layabox,3月底推出的全...
来源: Laya_社区 发布时间: 20160413
....loader.getRes("res/island.png"); var tBall = Texture.create(t,866,190,548,305); var tTower = Texture.create(t,data.tower[towerLel].x,data.tower[towerLel].y,data.tower[towerLel].w,data.tower[towerLel].h); var tAeroboat = Texture.create(t,data.aeroboat[aeroboatLel].x , data.aeroboat[aeroboatLel].y, d...
来源: Laya_社区 发布时间: 20170720