大约有 1,835 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0077 秒)
Laya_社区(1485) Laya2.0_文档(113) Laya3.0_文档(75) Laya3.0_api(67) Laya2.0_api(47) laya_api(38) Laya_示例(5) Laya2.0_示例(5)
...e eslint 插件,可实现实时检查代码规范,并且保存时自动格式化代码。 此 zip 中的发布脚本 .laya/publish.js 增加了一个压缩 JS 时移除代码中的 console 的功能,如果您不需要此功能,将该文件第 467-475 行注释即可。// options = Obje...
来源: Laya_社区 发布时间: 20201223
...eadString(): string Defined in laya/utils/Byte.ts:134 常用于解析固定格式的字节流。 先从字节流的当前字节偏移位置处读取一个 Uint16 值,然后以此值为长度,读取此长度的字符串。 Returns string 读取的字符串。 readUint16 readUint16(): number Defin...
来源: Laya3.0_api 发布时间: 20231115
...Format Defined in laya/resource/BaseTexture.ts:151 是否是gpu压缩纹理格式 Returns boolean hasListener hasListener(type: string): boolean Inherited from EventDispatcher.hasListener Defined in laya/events/EventDispatcher.ts:21 检查 EventDispatcher 对象是否为特定事件类型注册了...
来源: Laya3.0_api 发布时间: 20231102
...e: IndexFormat): void Defined in laya/d3/resource/models/Mesh.ts:183 索引格式。 Returns IndexFormat Defined in laya/d3/resource/models/Mesh.ts:191 设置indexformat Parameters value: IndexFormat Returns void inverseAbsoluteBindPoses get inverseAbsoluteBindPoses(): Matrix4x4[] Defined in laya/d3...
来源: Laya3.0_api 发布时间: 20231115
...enderTargetFormat): void Defined in laya/d3/core/Camera.ts:629 深度贴图格式 Returns RenderTargetFormat Defined in laya/d3/core/Camera.ts:632 深度贴图格式 Parameters value: RenderTargetFormat Returns void depthTextureMode get depthTextureMode(): DepthTextureMode set depthTextureMode(value...
来源: Laya3.0_api 发布时间: 20231115
...Format Defined in laya/resource/BaseTexture.ts:151 是否是gpu压缩纹理格式 Returns boolean hasListener hasListener(type: string): boolean Inherited from EventDispatcher.hasListener Defined in laya/events/EventDispatcher.ts:21 检查 EventDispatcher 对象是否为特定事件类型注册了...
来源: Laya3.0_api 发布时间: 20231102
...amera.depthTextureFormat Defined in laya/d3/core/Camera.ts:629 深度贴图格式 Returns RenderTargetFormat Inherited from Camera.depthTextureFormat Defined in laya/d3/core/Camera.ts:632 深度贴图格式 Parameters value: RenderTargetFormat Returns void depthTextureMode get depthTextureMode(): De...
来源: Laya3.0_api 发布时间: 20231115
...Format Defined in laya/resource/BaseTexture.ts:151 是否是gpu压缩纹理格式 Returns boolean hasListener hasListener(type: string): boolean Inherited from EventDispatcher.hasListener Defined in laya/events/EventDispatcher.ts:21 检查 EventDispatcher 对象是否为特定事件类型注册了...
来源: Laya3.0_api 发布时间: 20231102
为什么支持tiled之作的地图呢? tiled导出的json格式地图 显示不出来,也不报错,求解开 { "height":100, "infinite":false, "layers":[ { "image":"Pictures\/timg2.jpg", "name":"jpgmap", "opacity":1, "type":"imagelayer", "visible":true, "x":0, "y":0 }, { "data":[0, 0, 0, 0, ...
来源: Laya_社区 发布时间: 20170920
...离),还存储了法线信息。 Depth Texture Format:摄像机深度格式与深度纹理的默认值是DEPTH_16,随着深度广泛的使用,有的开发者会发现16位的深度已然不够用,现在增加了24位和32位深度模式的值。用于设置depthTextureFormat属性。 (...
来源: Laya3.0_文档 发布时间: 20251010