大约有 217 项符合查询结果, 库内数据总量为 30,902 项。 (搜索耗时: 0.0041 秒)
...显示区域,不包括子对象。 Sprite getlightmaps():Vector.<Texture2D> 获取光照贴图浅拷贝列表。 Scene3D getMousePoint():Point获得相对于本对象上的鼠标坐标信息。Sprite getRepaint():intSprite getSelfBounds():Rectangle 获取本对象在自己坐标系的...
来源: Laya2.0_api 发布时间: 20190513
...eBox(1,1,1)); var material: BlinnPhongMaterial = new BlinnPhongMaterial(); Texture2D.load("res/layabox.png", Handler.create(this, function(tex:Texture2D):void { material.albedoTexture = tex; })); box.meshRenderer.material = material; var monkey:Sprite3D = res.getChildByName("LayaMonkey") as Sprite3D...
来源: Laya2.0_文档 发布时间: 20210714
...dByName()无法得到子节点对象 怎么获取对象的坐标 请问Texture2D如何用base64字符串构建对象 获取sprite对象的 width和height为0 用sprite.graphics绘制一个矩形 这个矩形对象不能获得鼠标事件的么? SCRIPT445: 对象不支持此操作 原生层 通...
来源: Laya_社区 发布时间: 20170620
...caught getUint16 error - Out of bounds 分享:Sprite 转换成3D贴图(Texture2D)的方法,如果有更好的方法,请告诉我。 怎么清除graphics画出的图像啊?? unity导出模型,材质球贴图丢失 请问如何画出ray射线 问题状态 最新活动: 2018-04-04 21:07...
来源: Laya_社区 发布时间: 20180404
...显示区域,不包括子对象。 Sprite getlightmaps():Vector.<Texture2D> 获取光照贴图。 Scene getMousePoint():Point获得相对于本对象上的鼠标坐标信息。Sprite getRenderQueue(index:int):RenderQueue 获得某个渲染队列。 Scene getScriptByIndex(index:int)...
来源: laya_api 发布时间: 20170929
...rdMaterial(); //材质加载漫反射贴图 material.diffuseTexture = Laya.Texture2D.load("res/layabox.png"); //为模型赋材质(单个材质可赋给多个模型) sphere.meshRender.material = material; box.meshRender.material = material; } } new LayaAir3D(); 2018-03-02 1 1 分享 微博 QZONE...
来源: Laya_社区 发布时间: 20180302
... */ get/set anisoLevel() 设置一下 texture2d.anisoLevel 2019-08-08 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发起人 EagleNight 相关问题 发起问题须知,必看!!...
来源: Laya_社区 发布时间: 20190808
...ra.CLEARFLAG_SKY; var rtex = new Texture(((<Texture2D>(this.renderTargetCamera.renderTarget as any))), Texture.DEF_UV); this.imgSp = new Sprite(); this.imgSp.graphics.clear(); this.imgSp.c...
来源: Laya_社区 发布时间: 20200529
...tutu=tietu.skinnedMeshRender.sharedMaterial; tietutu.diffuseTexture = Laya.Texture2D.load("fish/denglongyu/denglongyu1.jpg") var zombieAnimator = layaMonkey.getChildByName("denglongyu").getComponentByType(Laya.Animator) })) 这个是直接创建一个对象。然后别的地方再克隆、我想...
来源: Laya_社区 发布时间: 20171212
...会把Animation的对象清空? 怎么判断是否在IOS设备上 请问Texture2D如何用base64字符串构建对象 问题状态 最新活动: 2017-11-02 10:32 浏览: 1497 关注: 3 人
来源: Laya_社区 发布时间: 20170328