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

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

91. 模型资源设置 · LayaAir3.0文档 · LAYABOX [ 25%]

...orph Target 导入模型中的变形目标morph target(也叫混合形状Blend Shape)数据。 3.2 索引数据格式index Format 索引数据用于确定顶点在顶点缓冲区中的位置,从而构建几何体的形状。该属性用于控制这些索引数据的精度和范围,从而影...

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

92. laya.resource.NativeContext_API3.0 [ 24%]

...matrix: Matrix, shaderValue: Value2D, uv?: ArrayLike<number> | null, blend?: number): boolean Defined in laya/resource/NativeContext.ts:865 Parameters rt: RenderTexture2D x: number y: number width: number height: number matrix: Matrix shaderValue: Value2D Default value uv: ArrayLike<number&...

来源: Laya3.0_api 发布时间: 20231102

93. 3D灯光与阴影 · LayaAir3.0文档 · LAYABOX [ 24%]

... Max Bounces:烘焙的光照最大反弹数 Spot Size:聚光的尺寸 Blend:混合比例,0-1之间 4.3 使用代码设置 //聚光灯 let spotlightSprite = new Laya.Sprite3D(); let spotcom = spotlightSprite.addComponent(Laya.SpotLightCom); this.scene.addChild(spotlightSprite); //设置聚光...

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

94. laya.display.Graphics [ 24%]

...t:Number = 0, matrix:Matrix = null, alpha:Number = 1, color:String = null, blendMode:String = null):DrawTextureCmd 绘制纹理,相比drawImage功能更强大,性能会差一些 Graphics  drawTextures(texture:Texture, pos:Array):DrawTexturesCmd 批量绘制同样纹理。 Graphics  drawTrian...

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

95. laya.display.Graphics_API3.0 [ 24%]

...t?: number, matrix?: Matrix | null, alpha?: number, color?: string | null, blendMode?: string | null, uv?: number[]): DrawTextureCmd | null Defined in laya/display/Graphics.ts:243 绘制纹理,相比drawImage功能更强大,性能会差一些 Parameters texture: Texture | null 纹理。 Default ...

来源: Laya3.0_api 发布时间: 20231115

96. laya.ani.GraphicsAni_API3.0 [ 23%]

...t?: number, matrix?: Matrix | null, alpha?: number, color?: string | null, blendMode?: string | null, uv?: number[]): DrawTextureCmd | null Inherited from Graphics.drawTexture Defined in laya/display/Graphics.ts:243 绘制纹理,相比drawImage功能更强大,性能会差一些 Parameters textur...

来源: Laya3.0_api 发布时间: 20231115

97. laya.ui.AutoBitmap_API3.0 [ 21%]

...t?: number, matrix?: Matrix | null, alpha?: number, color?: string | null, blendMode?: string | null, uv?: number[]): DrawTextureCmd | null Inherited from Graphics.drawTexture Defined in laya/display/Graphics.ts:243 绘制纹理,相比drawImage功能更强大,性能会差一些 Parameters textur...

来源: Laya3.0_api 发布时间: 20231115

98. LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) [ 21%]

...享 微博 QZONE 微信 sfsmmc 赞同来自: unity材质 "Particles/Alpha Blended" 中的 "Tint Color" 在laya中不起作用,是怎么回事?是当前还不支持这个 "Tint Color" 吗? 2017-06-25 0 1 分享 微博 QZONE 微信 chunjine 赞同来自: 插件版本1.1.1, unity版本5.6.0f3报...

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

99. 材质编辑模块 · LayaAir3.0文档 · LAYABOX [ 18%]

...明效果。 ADDITIVE:叠加模式,会叠加物体后面的像素 ALPHABLENDED:与透明模式相同的混合方式,与透明模式的区别是不会混合场景中的雾。 (12)RenderQueue渲染队列 可以用来设置材质着色器的渲染队列,RenderQueue越大的话,其渲染...

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

100. 精灵 · LayaAir3.0文档 · LAYABOX [ 18%]

...其它属性,如图2-9所示: (图2-9) 其它属性 功能说明 Blend Mode 指定要使用的混合模式。目前只支持"lighter" Mouse Enabled 是否接受鼠标事件 Mouse Through 鼠标事件与此对象的碰撞检测是否可穿透 Hit Test Prior 指定鼠标事件检测是优先...

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