大约有 976 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0057 秒)
Laya_社区(693) Laya3.0_api(68) Laya2.0_api(59) laya_api(56) Laya2.0_文档(47) Laya_示例(27) Laya3.0_文档(16) Laya2.0_示例(10)
... 6, 10, 10))); var planeMat = new Laya.StandardMaterial(); planeMat.diffuseTexture = Laya.Texture2D.load("../../res/threeDimen/texture/layabox.png"); planeMat.albedo = new Laya.Vector4(0.9, 0.9, 0.9, 1); plane.meshRender.material = planeMat; var meshCollider = plane.addComponent(Laya.MeshCollider); ...
来源: Laya_示例 发布时间: 20241125
...机上就连接不上socket 如何设置Sprite的宽高和点击区域? Texture图片能否进行翻转? matter中layasprite怎么改变图片大小? ide 2.4 layaair2-cmd 编译报错 Laya mac版的IDE 是没测试就上线了吗? ios14系统下 blendMode='lighter' 图片异常 为什么有...
来源: Laya_社区 发布时间: 20171110
...? (function () { var Sprite = Laya.Sprite; var Stage = Laya.Stage; var Texture = Laya.Texture; var Browser = Laya.Browser; var Handler = Laya.Handler; var WebGL = Laya.WebGL; var Loader = Laya.Loader; var Stat = Laya.Stat; var Particle2D = Laya.Particle2D; (function () { // Laya.init(Browser.clien...
来源: Laya_社区 发布时间: 20170103
...的灯光不显示,请问有知道是什么原因的吗?~~~~~~~~~~~~~ Texture图片能否进行翻转? matter中layasprite怎么改变图片大小? 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. ios14系统下 blendMode='lighter' 图片异常 unity中的模型导出...
来源: Laya_社区 发布时间: 20180404
...的宽高即可。如果更准确的回去宽高,那就在回调返回的texture里直接拿到图片的宽高信息就可以了。 2018-05-16 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 格桑 相关问题 请问LayaAir中如何使...
来源: Laya_社区 发布时间: 20180515
...ader.load("res/apes/monkey2.png",Laya.Handler.create(this,function() { var texture=Laya.loader.getRes("res/apes/monkey2.png"); var sp=new Laya.Sprite(); sp.graphics.drawTexture(texture,0,0); sp.size(texture.width,texture.height); Laya.stage.addChild(sp); })); 使用Graphics.drawTexture并不会自...
来源: Laya3.0_文档 发布时间: 20241014
...14 相关问题 请问LayaAir中如何使图片以圆形的方式显示? Texture图片能否进行翻转? 预设怎么在代码中使用 matter中layasprite怎么改变图片大小? iphoneX环境下新手引导的抠图透明区域为黑色,其它机型都是正常的。 [引擎优化]希望...
来源: Laya_社区 发布时间: 20170618
...put重写onFocus和onBlur事件监听不到 Animation如何加点击事件 Texture图片能否进行翻转? matter中layasprite怎么改变图片大小? 关于遍历产生的sprite的点击事件,急,大神帮看哈 为什么有的图片打包,有的图片不打包? 如图 分享:使...
来源: Laya_社区 发布时间: 20170324
....color = new Laya.Vector3(1, 1, 1); var skyBox = new Laya.SkyBox(); skyBox.textureCube = Laya.TextureCube.load("../../res/threeDimen/skyBox/skyBox2/skyCube.ltc"); camera.sky = skyBox; var earth1 = scene.addChild(new Laya.MeshSprite3D(new Laya.SphereMesh())); earth1.transform.position = new Laya.Vect...
来源: Laya_示例 发布时间: 20241125
...ss(myShaderSprite, "myShaderSprite", _super); /* 初始化此类 texture纹理对象 vb顶点数组 ib顶点索引数组 */ myShaderSprite.prototype.init = function(texture,width_Size,height_Size,vb,ib){ this.vBuffer = Laya.VertexBuffer2D.create(); this.iBuffer = Laya.IndexBuffer2D.create(...
来源: Laya_社区 发布时间: 20180619