Kiwano Engine v1.3.x
|
资源 更多...
#include <Resource.h>
Public 成员函数 | |
Resource () | |
构造资源 | |
Resource (uint32_t id, StringView type) | |
构造资源 更多... | |
BinaryData | GetData () const |
获取资源的二进制数据 更多... | |
uint32_t | GetId () const |
获取资源 ID | |
StringView | GetType () const |
获取资源类型 | |
资源
资源是保存在 exe 中的二进制数据, 例如,一份音频资源的类型为 "WAVE",名称标识符为 IDR_WAVE_1,那么可以这样指定该资源:
了解资源的更多信息: https://docs.microsoft.com/en-us/windows/desktop/menurc/resources
kiwano::Resource::Resource | ( | uint32_t | id, |
StringView | type | ||
) |
构造资源
id | 资源 ID |
type | 资源类型 |
BinaryData kiwano::Resource::GetData | ( | ) | const |
获取资源的二进制数据