大约有 648 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0054 秒)
Laya_社区(363) Laya3.0_api(124) Laya2.0_文档(97) Laya_示例(42) Laya3.0_文档(13) laya_api(5) Laya2.0_api(4)
...例,将origin的值变化为target的值,可以对应成3d对象中的vector3 let origin: any = {x:1,y:2,z:3}; let target: any = {x:5,y:8,z:8}; Laya.Tween.to(origin,target,500).update = new Laya.Handler(null,()=>{ ...
来源: Laya_社区 发布时间: 20200817
...85*****127 赞同来自: 这个问题是 this.camera.clearColor = new Laya.Vector3(0.5, 0.5, 0.5);应该是Vector4,但是这个错误也太蛋疼了。。 pc上,微信开发工具上都没报错。。 2018-05-03 0 3 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目...
来源: Laya_社区 发布时间: 20180503
...PropertyValue getTexture getTextureByIndex getVector2 getVector2ByIndex getVector3 getVector3ByIndex getVector4 getVector4ByIndex hasDefine hasListener isCreateFromURL off offAll offAllCaller oldparseEndEvent on once removeDefine setBool setBoolByIndex setBuffer setBufferByIndex setColor setColorByI...
来源: Laya3.0_api 发布时间: 20231115
...PropertyValue getTexture getTextureByIndex getVector2 getVector2ByIndex getVector3 getVector3ByIndex getVector4 getVector4ByIndex hasDefine hasListener isCreateFromURL off offAll offAllCaller oldparseEndEvent on once removeDefine setBool setBoolByIndex setBuffer setBufferByIndex setColor setColorByI...
来源: Laya3.0_api 发布时间: 20231115
...影响,真正影响的应该是这两行代码:var vForce = new Laya.Vector3(1.1, 0, -50);rigidBody.applyImpulse(vForce, null);我已经删减了逻辑代码,重新上传了精简的demo,帮忙再看一下。 NothingSerious • 2019-06-13 15:36 有没有方法,可以获取到小球碰撞...
来源: Laya_社区 发布时间: 20181126
...架設好,中心點設定正中央,再導入模型並給予 Position = Vector3.Zero,模型應該就會在正中間了。 2017-08-31 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 HummerMan 相关问题 两个对象new了一个相...
来源: Laya_社区 发布时间: 20170831
...一份资源时候,会导致gpu内存不断增加! 有没有Unity3d的Vector3.Angle(计算两个三维向量之间的角度)这样的方法?或求3D抛物线移动的方法或算法。 对于使用spine切换动作后显示异常解决方法 问题状态 最新活动: 2019-02-20 10:44 浏...
来源: Laya_社区 发布时间: 20190219
...yaAir新建3D示例项目,在as开发模式下,运行报错 TypeError: Vector3 is not a constructor 用微信开发者调试的时候出现document.createTextNode is not a function api readFile success callback function undefined Uncaught TypeError: Cannot read property 'load' of null 问题状...
来源: Laya_社区 发布时间: 20180403
...PropertyValue getTexture getTextureByIndex getVector2 getVector2ByIndex getVector3 getVector3ByIndex getVector4 getVector4ByIndex hasDefine hasListener isCreateFromURL off offAll offAllCaller oldparseEndEvent on once removeDefine setBool setBoolByIndex setBuffer setBufferByIndex setColor setColorByI...
来源: Laya3.0_api 发布时间: 20231115
...可以直接设置光源的高光颜色directionLight.specularColor= new Vector3(0,0,0);但是我想只针对这3d模型设置高光,threeJS中有类似的设置); 但是 想要通过meshRender.sharedMaterials操作材质的时候,获取到的的length为0。 是不是我的api使用的不对?...
来源: Laya_社区 发布时间: 20170314