Fix broken link in FileWriter documentation
- Removed broken [FileWriter](FileWriter.md) link from 方法列表 section since the constructor is already documented on the main page and FileWriter.md doesn't exist (file is named filewriter.md) Also includes link fixes from fix_links.py: - Fixed relative paths in containers documentation
This commit is contained in:
@@ -60,6 +60,12 @@
|
||||
| `void UnloadUnused()` | 卸载所有无引用的资源 |
|
||||
| `void UnloadAll()` | 卸载所有资源 |
|
||||
|
||||
## 实现说明
|
||||
|
||||
**注意**: 以下方法当前为部分实现或 stub 状态:
|
||||
- `UnloadUnused()` 为空实现
|
||||
- `ReloadResource()` 为 stub
|
||||
|
||||
### 引用计数
|
||||
|
||||
| 方法 | 描述 |
|
||||
|
||||
Reference in New Issue
Block a user