Files
XCEngine/docs/api/XCEngine/Core/RefCounted/GetRefCount.md

345 B

RefCounted::GetRefCount

命名空间: XCEngine::Core

类型: method

头文件: XCEngine/Core/RefCounted.h

签名

uint32_t GetRefCount() const;

作用

更新 m_refCount

当前实现

  • 会更新 m_refCount
  • 当前实现会调用 load

相关文档