大约有 768 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0088 秒)
...关问题 unity导出粒子文件问题 加载到舞台的3D模型不显示贴图 从unity导出的场景透贴和模型烘焙的灯光不显示,请问有知道是什么原因的吗?~~~~~~~~~~~~~ unity中的模型导出后在laya中显示不正常 ios14系统下 blendMode='lighter' 图片异常 ...
来源: Laya_社区 发布时间: 20180202
...何使图片以圆形的方式显示? 加载到舞台的3D模型不显示贴图 有什么容器能够实现当子元素达到显示上限后自动滚屏,使得新添加的元素始终保持在最底部显示? unity中的模型导出后在laya中显示不正常 骨骼动画播放完后的回调...
来源: Laya_社区 发布时间: 20170921
... 修改代码 (function(){ /** * 地板类 */ function Floor(){ //背景贴图纹理 this.bgTexture = null; //最大右边距离 this.maxRight = 0; //判断是否超过右边最大距离了 this.isOutComplete = false; //背景 this.bg = null; //背景右边补丁 this.rightBg = null; Floor.__super...
来源: Laya_社区 发布时间: 20160801
...元素始终保持在最底部显示? 加载到舞台的3D模型不显示贴图 unity中的模型导出后在laya中显示不正常 spine在微信小游戏中切换动画无法显示 从unity导出的场景透贴和模型烘焙的灯光不显示,请问有知道是什么原因的吗?~~~~~~~~~~~...
来源: Laya_社区 发布时间: 20200410
...字符渲染 singleCharRender 以字符为单位将文本缓存到共享的贴图中,相同样式字体字号的字符全局共享一份缓存,默认为false,如果字体需要频繁修改,可以勾选此项以提升性能 文本颜色color 文本的颜色,可以直接输入颜色值,例...
来源: Laya3.0_文档 发布时间: 20251010
...子对象。 Sprite getlightmaps():Vector.<Texture2D> 获取光照贴图。 Scene getMousePoint():Point获得相对于本对象上的鼠标坐标信息。Sprite getRenderQueue(index:int):RenderQueue 获得某个渲染队列。 Scene getScriptByIndex(index:int):Script 通过指定索...
来源: laya_api 发布时间: 20170929
...d from BaseTexture.compareMode Defined in laya/resource/BaseTexture.ts:131 贴图压缩格式 Returns TextureCompareMode Inherited from BaseTexture.compareMode Defined in laya/resource/BaseTexture.ts:135 贴图压缩格式 Parameters value: TextureCompareMode Returns void cpuMemory get cpuMemory(): ...
来源: Laya3.0_api 发布时间: 20231115
...充类型 repeat|repeat-x|repeat-y|no-repeat * @param offset (可选)贴图纹理偏移 * @param color (可选)颜色 * */ fillTexture(texture: Texture, x: number, y: number, width: number = 0, height: number = 0, type: string = "repeat", offset: Point | null = null, color: string = null): F...
来源: Laya3.0_文档 发布时间: 20251010
...先登录 发起人 mtjss2 相关问题 加载到舞台的3D模型不显示贴图 求助关于TiledMap的版本问题 2.2.0beta4 发布微信小游戏,安卓设备加载场景黑屏 请问下加载TFF字体要怎么加载呢? laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'b...
来源: Laya_社区 发布时间: 20180326
...材质 var customMaterial = new MultiplePassOutlineMaterial(); //漫反射贴图 Laya.Texture2D.load("res/threeDimen/skinModel/LayaMonkey/Assets/LayaMonkey/diffuse.png", Laya.Handler.create(this, function(texture) { customMaterial.albedoTexture = texture; })); //设置材质 layaMonkey.meshRenderer....
来源: Laya2.0_文档 发布时间: 20210715