大约有 439 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0073 秒)
...Material.getTexture Defined in laya/d3/core/material/Material.ts:927 获得纹理 Parameters name: string 属性名称 Returns BaseTexture getTextureByIndex getTextureByIndex(uniformIndex: number): BaseTexture Inherited from Material.getTextureByIndex Defined in laya/d3/core/material/Material.ts:908...
来源: Laya3.0_api 发布时间: 20231115
... /** * 初始化此类。 * @param texture 纹理对象。 * @param vb 顶点数组。 * @param ib 顶点索引数组。 */ public init(texture: Laya.Texture, vb: Array<number> = null, ib: Array<number> ...
来源: Laya_社区 发布时间: 20170606
...代码 (function(){ /** * 地板类 */ function Floor(){ //背景贴图纹理 this.bgTexture = null; //最大右边距离 this.maxRight = 0; //判断是否超过右边最大距离了 this.isOutComplete = false; //背景 this.bg = null; //背景右边补丁 this.rightBg = null; Floor.__super.call(t...
来源: Laya_社区 发布时间: 20160801
...影 一、概述 光源是每一个场景的重要组成部分。网格和纹理决定了一个物体的形状和外观,但是光源决定了你的环境的颜色和氛围。灯光的种类有多种,不同的光源呈现的效果不同,可以设置不同的参数。 目前光源的种类有:...
来源: Laya3.0_文档 发布时间: 20241014
...文件。 Parameters xml: XML 字体文件XML。 texture: Texture 字体的纹理。 Returns void Static destroyUnusedResources destroyUnusedResources(): void Inherited from Resource.destroyUnusedResources Defined in laya/resource/Resource.ts:60 销毁当前没有被使用的资源,该函数会忽...
来源: Laya3.0_api 发布时间: 20231115
...Native2.0正式版wss连接不成功web版本没问题,有DEMO layabox中纹理的颜色采样问题,用原生combobox也有这个问题 在编辑好的动画中某一帧的时候播放一段声效 请问 在LayaAir中怎么显示和隐藏文字? 做复制文本到粘贴板时遇到的奇怪...
来源: Laya_社区 发布时间: 20181214
...4(0,0,0,0)); //将传入的Render渲染到纹理上 for(var i = 0,n = renders.length;i<n;i++){ if(renders == null){ this.RemoveCommandBuffer_Outline(); r...
来源: Laya_社区 发布时间: 20210203
...出来 (function(){ /** * 地板类 */ function Floor(){ //背景贴图纹理 this.bgTexture = null; //最大右边距离 this.maxRight = 0; //判断是否超过右边最大距离了 this.isOutComplete = false; //背景 this.bg = null; //背景右边补丁 this.rightBg = null; //当前地板上面...
来源: Laya_社区 发布时间: 20160803
...路径(将物体的深度信息渲染到一张阴影贴图中或者深度纹理中)。后续版本或逐步增加Defered,延迟渲染路径。 当SubShader中含有多个Pass的时候,那么每一个Pass都会对精灵进行一次渲染。 ```typescript addShaderPass(vs, ps, stateMap = null, pip...
来源: Laya2.0_文档 发布时间: 20210714
...路径(将物体的深度信息渲染到一张阴影贴图中或者深度纹理中)。后续版本或逐步增加Defered,延迟渲染路径。 当SubShader中含有多个Pass的时候,那么每一个Pass都会对精灵进行一次渲染。 ```typescript addShaderPass(vs: string, ps: string, stat...
来源: Laya2.0_文档 发布时间: 20210715