Skip to main content

decreaseRefCount 减少引用计数

decreaseRefCount

类型: MethodDeclaration

所属类: BaseTexture

定义位置: webgl.ts

描述

减少引用计数

返回值:当前纹理

返回值

类型: this

当前纹理

源代码

位置: 第 1900 行

public decreaseRefCount(): this {
this.refCount--
return this
}

文档生成时间:2025/7/7 12:07:07