大约有 363 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0080 秒)
Laya3.0_api(111) Laya_社区(105) Laya2.0_api(61) laya_api(57) Laya2.0_文档(16) Laya3.0_文档(12) Laya2.0_示例(1)
...arForces clearForces(): void Defined in laya/d3/physics/Rigidbody3D.ts:751 清除应用到刚体上的所有力。 Returns void destroy destroy(): void Inherited from Component.destroy Defined in laya/components/Component.ts:229 销毁组件 Returns void getCollisionFlags getCollisionFlags(): any De...
来源: Laya3.0_api 发布时间: 20231115
...exture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。 等同于graphics.clear();graphics.drawImage(),但性能更高 还可以赋值一个图片地址,则会自动加载图片,然后显示 Returns Texture Inherited from Text.texture Defined in laya/display/...
来源: Laya3.0_api 发布时间: 20231115
...ted from Resource._clearReference Defined in laya/resource/Resource.ts:218 清除引用 Returns void _getSource _getSource(): any Overrides BaseTexture._getSource Defined in laya/media/VideoTexture.ts:217 Returns any _removeReference _removeReference(count?: number): void Inherited from Resource._re...
来源: Laya3.0_api 发布时间: 20231115
...exture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。 等同于graphics.clear();graphics.drawImage(),但性能更高 还可以赋值一个图片地址,则会自动加载图片,然后显示 Returns Texture Inherited from Text.texture Defined in laya/display/...
来源: Laya3.0_api 发布时间: 20231115
...据通过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.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.drawTexture()Sprite textWidth : Number[read-only] 表示文本的宽度,以像素为单位。 Text timer : Timer时间控制器,默认为Laya.timer。Node transform :...
来源: laya_api 发布时间: 20170929