提交 c6659dde 编写于 作者: H huangjie 提交者: maoziduanl
上级 134fcee5
......@@ -60,6 +60,7 @@ getResourceManager(callback: AsyncCallback<ResourceManager>): void
});
});
```
注:示例代码中的0x1000000表示资源对应的id, 其可在编译后的文件ResourceTable.txt中找到。
## resourceManager.getResourceManager
......@@ -116,6 +117,7 @@ getResourceManager(): Promise<ResourceManager>
console.log("error is " + error);
});
```
注:示例代码中的0x1000000表示资源对应的id, 其可在编译后的文件ResourceTable.txt中找到。
## resourceManager.getResourceManager
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册