大约有 369 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0081 秒)
Laya3.0_api(111) Laya_社区(108) Laya2.0_api(61) laya_api(57) Laya2.0_文档(17) Laya3.0_文档(14) Laya2.0_示例(1)
...据通过socket发送给服务器。 this.socket.send(this.byte.buffer); //清除掉数据;方便下次读写; this.byte.clear(); 上面我们看到,通过一个字节数组把我们需要的数据读入一个Byte数组,最后发送给服务器的是byte.buffer,这是一个ArrayBuffer的数...
来源: Laya3.0_文档 发布时间: 20250104
... targetVolume = Math.min(1, Math.max(0, targetVolume)); // 清除已有渐变 const existingInterval = this.fadeIntervals.get(channel); if (existingInterval) { clearInterval(existingInterval); } const startTime = Dat...
来源: Laya_社区 发布时间: 20250930
...exture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite textWidth : Number[read-only] 表示文本的宽度,以像素为单位。 Text timer : Timer时间控制器,默认为Laya.timer。Node transform :...
来源: laya_api 发布时间: 20170929
...exture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。 等同于graphics.clear();graphics.drawImage(),但性能更高 还可以赋值一个图片地址,则会自动加载图片,然后显示 Returns Texture Inherited from Text.texture Defined in laya/display/...
来源: Laya3.0_api 发布时间: 20231115
...-------------------------------------------------------- | | Clear Flags(清除标志) | 支持 (包括:Skybox天空盒(Background背景色)、Solid Color纯色(Background背景色)、Depth only仅深度、Don’t Clear不清除) | | Projection(投射方式) | 支持(包括...
来源: Laya2.0_文档 发布时间: 20210714
...exture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。 等同于graphics.clear();graphics.drawImage(),但性能更高 还可以赋值一个图片地址,则会自动加载图片,然后显示 Returns Texture Inherited from Text.texture Defined in laya/display/...
来源: Laya3.0_api 发布时间: 20231115
...exture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。 等同于graphics.clear();graphics.drawImage(),但性能更高 还可以赋值一个图片地址,则会自动加载图片,然后显示 Returns Texture Inherited from Text.texture Defined in laya/display/...
来源: Laya3.0_api 发布时间: 20231115
...exture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。 等同于graphics.clear();graphics.drawImage(),但性能更高 还可以赋值一个图片地址,则会自动加载图片,然后显示 Returns Texture Inherited from Text.texture Defined in laya/display/...
来源: Laya3.0_api 发布时间: 20231115
...exture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。 等同于graphics.clear();graphics.drawImage(),但性能更高 还可以赋值一个图片地址,则会自动加载图片,然后显示 Returns Texture Inherited from Text.texture Defined in laya/display/...
来源: Laya3.0_api 发布时间: 20231115
...格并不会跟随场景动态改变。开发者可以先点击clear按钮清除原有的datas数据,然后再重新烘焙。 2.1.6 最大简化误差maxSimplificationError 定义了简化多边形边框时允许的最大误差值,主要用于控制导航网格简化的程度。这个值会影...
来源: Laya3.0_文档 发布时间: 20251010