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

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

301. 使用二进制图片 · LayaAir3.0文档 · LAYABOX [ 81%]

...: Texture2D = new Texture2D(res.width, res.height, TextureFormat.R8G8B8A8, false, false, true); t2d.setImageData(res, true, false); //创建Texture var texture: Texture = new Texture(t2d); let sp2:Sprite = new Sprite(); //使用Sprite对象的绘制纹理方式 sp2.graphics.drawTexture(texture, 150,...

来源: Laya3.0_文档 发布时间: 20230303

302. laya.ui.List [ 81%]

...UIComponent  array : Array 列表数据源。 List autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽高默认为0,并且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者...

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

303. 怎么设置模型高度 [ 81%]

...orm.translate(_position); box.transform.rotate(new Laya.Vector3(0, 45, 0), false, false); var material = new Laya.StandardMaterial(); material.diffuseTexture = Laya.Texture2D.load("res/layabox.png"); box.meshRender.material = material; 我看了API MeshSprite3D和BoxMesh都没有设置高度的方...

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

304. 射线检测-放置物体 [ 81%]

...tor3(0, 2, 5)); camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); camera.clearColor = null; //方向光 var directionLight = scene.addChild(new Laya.DirectionLight()); directionLight.color = new Laya.Vector3(0.6, 0.6, 0.6); directionLight.direction = new Laya.Vector3(1, -1, -1); //...

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

305. 使用3D精灵 · LayaAir3.0文档 · LAYABOX [ 81%]

...旋转 this.rotate1.setValue(0, 60, 0); this.sprite3d.rotate(this.rotate1, false, false); //缩放 var scale = this.sprite3d.localScale; scale.setValue(0.1, 0.1, 0.1); this.sprite3d.localScale = scale; 三、子父级关系 Sprite3D继承自Node节点,是LayaAir3D中所有3D对象的父类。通...

来源: Laya3.0_文档 发布时间: 20241014

306. 加载.lh文件 运行后黑屏 无法显示 [ 81%]

...       camera.transform.rotate(new Laya.Vector3( -15, 0, 0), true, false);     //  var camera:Laya.Camera = this.scene.addChild(new Laya.Camera(0, 0.1, 100)) as Laya.Camera; // camera.transform.translate(new Laya.Vector3(0, 0.5, 1));     //  camera.transform.rotate(new Laya.Vector...

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

307. Unity 3D 模型的中心点 [ 81%]

...eft = new Laya.Vector3(0, 1, 0); floor.transform.rotate(_rotateLeft, true, false); 或者 floor.transform.rotate(_rotateLeft, falsefalse); 2018-08-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复   赞同来...

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

308. laya.ui.ComboBox [ 81%]

...ent anchorY : NumberY轴锚点,值为0-1Component autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽高默认为0,并且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者...

来源: laya_api 发布时间: 20170929

309. _calculateCacheRect函数有bug [ 81%]

...     this.cacheAs = "none";             this.enableCanvasRender = false;             this.userSetCache = "none";             this.cacheForFilters = false;             this.staticCache = false;             this.reCache = true;             this.mask = null;     ...

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

310. laya.net.Loader [ 81%]

...g = null, cache:Boolean = true, group:String = null, ignoreCache:Boolean = false, useWorkerLoader:Boolean = false):void 加载资源。加载错误会派发 Event.ERROR 事件,参数为错误信息。 Loader off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher ...

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