大约有 275 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0168 秒)
Laya_社区(127) Laya2.0_文档(45) Laya3.0_api(40) laya_api(30) Laya3.0_文档(16) Laya2.0_api(16) Laya_示例(1)
...ber; /** 雾化颜色。*/ public var fogColor:Vector3; 2017-03-02 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 twpig2008 相关问题 微信关系链:LayaAir引擎针对微信小游戏好友关系链实...
来源: Laya_社区 发布时间: 20170302
...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
...跑性能已可媲美APP 大量sprite如何优化性能 有没有Unity3d的Vector3.Angle(计算两个三维向量之间的角度)这样的方法?或求3D抛物线移动的方法或算法。 分享:Sprite 转换成3D贴图(Texture2D)的方法,如果有更好的方法,请告诉我。 ...
来源: Laya_社区 发布时间: 20180518
...。 BaseCamera fieldOfView : Number 获取视野。 BaseCamera forward : Vector3[read-only] 获取前向量。 BaseCamera id : int[read-only] 获取唯一标识ID。 Sprite3D isStatic : Boolean是否静态,静态包含一系列的静态处理。Sprite3D layer : Layer 获取蒙版。 Sprite3D ...
来源: laya_api 发布时间: 20170929
... force / mass * time; 第二个问题:已知某3D刚体的applyForce(new Vector3(0, 0, 20)), mass=1,deltaTime=16。前一帧的速率是0(linearVelocity=newVector3(0, 0, 0))。如何计算出某刚体的下一帧线性速率? 上面都假设刚体的linearDampping = angularDampping = frictio...
来源: Laya_社区 发布时间: 20200531
...型 装饰器属性标识的类型支持引擎对象类型(例如:Laya.Vector3、Laya.Sprite3D、Laya.Camera等)、自定义的对象类型(需要标记@regClass())、以及TS语言的基本类型。 2.5.1 引擎对象类型 引擎对象类型的理解比较简单,暴露组件属性之...
来源: Laya3.0_文档 发布时间: 20251010
...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
...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
...imitiveMesh.createBox(1, 1, 1))) as MeshSprite3D; box.transform.rotate(new Vector3(0, 45, 0), false, false); //创建材质 var material:BlinnPhongMaterial = new BlinnPhongMaterial(); Texture2D.load("res/layabox.png", Handler.create(this, function(tex:Texture2D):void { //纹理加载完成后赋值 ...
来源: Laya2.0_文档 发布时间: 20210715