• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 720 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0068 秒)

241. 关联shader的uniform(TypeScript-3D基础(TS)-LayaAir3D之Shader) [ 63%]

...ansform.localScale = new Laya.Vector3(0.3, 0.3, 0.3); layaMonkey.transform.rotation = new Laya.Quaternion(0.7071068, 0, 0, -0.7071067); //创建材质 var customMaterial = new Laya.MultiplePassOutlineMaterial(); //漫反射贴图 Laya.Texture2D.load("res/threeDimen/skinModel/LayaMonkey/Assets/LayaMo...

来源: Laya2.0_文档 发布时间: 20210715

242. 使用layaAir3D从unity3D中导出场景模型时报错 [ 62%]

...eObject, .JSONObject node, .JSONObject child, Vector3 position, Quaternion rotation, Vector3 scale, System.String& goPath) LayaExport.DataManager.getGameObjectData (UnityEngine.GameObject gameObject, System.String gameObjectPath, .JSONObject parentsChildNodes, Boolean ignoreNullChild) LayaExport...

来源: Laya_社区 发布时间: 20180206

243. laya.display.Graphics_API3.0 [ 62%]

...图或者矢量图,还可以结合save,restore,transform,scale,rotate,translate,alpha等指令对绘图效果进行变化。 Graphics以命令流方式存储,可以通过cmds属性访问所有命令流。Graphics是比Sprite更轻量级的对象,合理使用能提高应用性能(...

来源: Laya3.0_api 发布时间: 20231115

244. 关联shader的uniform(ActionScript-3D基础(AS3)-LayaAir3D之shader) [ 62%]

...ansform.localScale = new Laya.Vector3(0.3, 0.3, 0.3); layaMonkey.transform.rotation = new Laya.Quaternion(0.7071068, 0, 0, -0.7071067); //创建材质 var customMaterial = new Laya.MultiplePassOutlineMaterial(); //漫反射贴图 Laya.Texture2D.load("res/threeDimen/skinModel/LayaMonkey/Assets/LayaMo...

来源: Laya2.0_文档 发布时间: 20210715

245. laya.ani.GraphicsAni_API3.0 [ 61%]

... fillBorderText fillText fillTexture getBounds loadImage removeCmd restore rotate save scale strokeText transform translate create recycle Constructors constructor new GraphicsAni(): GraphicsAni Inherited from Graphics.constructor Defined in laya/display/Graphics.ts:54 Returns GraphicsAni Accessors ...

来源: Laya3.0_api 发布时间: 20231115

246. laya.maths.Matrix [ 60%]

...相乘,结果赋值给指定的输出数组,长度为16。 Matrix  rotate(angle:Number):void 对 Matrix 对象应用旋转转换。 Matrix  scale(x:Number, y:Number):void 对矩阵应用缩放转换。 Matrix  setTo(a:Number, b:Number, c:Number, d:Number, tx:Number, ty:Number):Matrix 将 M...

来源: laya_api 发布时间: 20170929

247. 输入设备-指南针 [ 60%]

...ge = Laya.Stage; var Text = Laya.Text; var Gyroscope = Laya.Gyroscope; var RotationInfo = Laya.RotationInfo; var Browser = Laya.Browser; var Handler = Laya.Handler; var WebGL = Laya.WebGL; var Event = Laya.Event; var compassImgPath = "../../res/inputDevice/kd.png"; var compassImg; var degreesText; v...

来源: Laya_示例 发布时间: 20241118

248. 输入设备-指南针 [ 60%]

...显示 degreesText.text = 360 - Math.floor(info.alpha) + "°"; compassImg.rotation = info.alpha; // 更新方位指示器 directionIndicator.x = -1 * Math.floor(info.gamma) / 90 * 70 + compassImg.x; directionIndicator.y = -1 * Math.floor(info.beta) / 90 * 70 + compassImg.y; } } new InputDevice_Compa...

来源: Laya2.0_示例 发布时间: 20241118

249. laya.maths.Matrix [ 60%]

...16。 Matrix  recover():void 回收到对象池,方便复用 Matrix  rotate(angle:Number):Matrix 对 Matrix 对象应用旋转转换。 Matrix  scale(x:Number, y:Number):Matrix 对矩阵应用缩放转换。 Matrix  setTo(a:Number, b:Number, c:Number, d:Number, tx:Number, ty:Number):Matrix...

来源: Laya2.0_api 发布时间: 20190513

250. rotationZ有吗??? [ 60%]

rotationZ有吗??? 请问下有Z轴方向的旋转角度调整的API么? 2017-05-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 c416288806 赞同来自: 比如 绕X轴旋转的效果。 2017-05-18 0 0 ...

来源: Laya_社区 发布时间: 20170518