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

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

341. 纹理压缩 · LayaAir3.0文档 · LAYABOX [ 33%]

...,来做为alpha的调色板;然后对于每个texel存储一个3bits的索引,用来指向到这8个alpha中的一个。 1.3 总结 ASTC在压缩率、图像质量、种类上都挺不错的,也正在逐步代替ETC和PVR,最大的缺点可能就是兼容性还不够完善和解码时间...

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

342. 动画状态机详解 · LayaAir3.0文档 · LAYABOX [ 32%]

...默认动画,否则按名字播放动画片段。 * @param layerIndex 层索引。 * @param normalizedTime 归一化的播放起始时间。 */ play(name: string | null = null, layerIndex: number = 0, normalizedTime: number = Number.NEGATIVE_INFINITY) 这是动画状态机里最基本的播放动...

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

343. laya.display.Graphics [ 32%]

...  vertices:Float32Array — 顶点数组。  uvs:Float32Array — 顶点索引。  indices:Uint16Array — UV数据。  matrix:Matrix (default = null) — 缩放矩阵。  alpha:Number (default = 1) — alpha  color:String (default = null) — 颜色变换  blendMode:String (default = null) ...

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

344. laya.display.Graphics_API3.0 [ 31%]

... Float32Array 顶点数组。 uvs: Float32Array indices: Uint16Array 顶点索引。 Default value matrix: Matrix | null = null 缩放矩阵。 Default value alpha: number = 1 alpha Default value color: string | number = null 颜色变换 Default value blendMode: string | null = null blend模式 Ret...

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

345. laya.d3.core.ui3d.UI3D_API3.0 [ 31%]

...htmapIndex Defined in laya/d3/core/render/BaseRender.ts:252 光照贴图的索引。 Returns number Inherited from PixelLineRenderer.lightmapIndex Defined in laya/d3/core/render/BaseRender.ts:256 光照贴图的索引。 Parameters value: number Returns void lightmapScaleOffset get lightmapScaleOffs...

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

346. laya.ani.GraphicsAni_API3.0 [ 30%]

... Float32Array 顶点数组。 uvs: Float32Array indices: Uint16Array 顶点索引。 Default value matrix: Matrix | null = null 缩放矩阵。 Default value alpha: number = 1 alpha Default value color: string | number = null 颜色变换 Default value blendMode: string | null = null blend模式 Ret...

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

347. laya.ui.AutoBitmap_API3.0 [ 28%]

... Float32Array 顶点数组。 uvs: Float32Array indices: Uint16Array 顶点索引。 Default value matrix: Matrix | null = null 缩放矩阵。 Default value alpha: number = 1 alpha Default value color: string | number = null 颜色变换 Default value blendMode: string | null = null blend模式 Ret...

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

348. LayaAir和原生DOM交互(JavaScript-2D进阶篇(JS)-扩展模块) [ 25%]

...术基本原理是将视频文件或视频流切分成小片(ts)并建立索引文件(m3u8)。更深层次的原理,比如视频解码,视频帧数据,开发者可以参考如下: [https://developer.apple.com/streaming/。](https://developer.apple.com/streaming/%E3%80%82) [https://developer....

来源: Laya2.0_文档 发布时间: 20210714

349. LayaAir和原生DOM交互(TypeScript-2D进阶篇(TS)-扩展模块) [ 24%]

...术基本原理是将视频文件或视频流切分成小片(ts)并建立索引文件(m3u8)。更深层次的原理,比如视频解码,视频帧数据,开发者可以参考如下: [https://developer.apple.com/streaming/。](https://developer.apple.com/streaming/%E3%80%82) [https://developer....

来源: Laya2.0_文档 发布时间: 20210715

350. LayaAir和原生DOM交互(ActionScript-2D进阶篇(AS3)-扩展模块) [ 21%]

...术基本原理是将视频文件或视频流切分成小片(ts)并建立索引文件(m3u8)。更深层次的原理,比如视频解码,视频帧数据,开发者可以参考如下: https://developer.apple.com/streaming/。 https://developer.mozilla.org/zh_CN/docs/Web/API/MediaSource。 https:...

来源: Laya2.0_文档 发布时间: 20210715