跳到主要内容

increaseRefCount 增加引用计数

increaseRefCount

类型: MethodDeclaration

所属类: BaseTexture

定义位置: webgl.ts

描述

增加引用计数

返回值:当前纹理

返回值

类型: this

当前纹理

源代码

位置: 第 1891 行

public increaseRefCount(): this {
this.refCount++
return this
}

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