メッシュアセットのタイプ。
コンストラクター
アクセス | タイプ | 名前 | 説明 |
---|---|---|---|
public | Mesh(const std::string& inFilepath) |
関数
アクセス | タイプ | 名前 | 説明 |
---|---|---|---|
public | const std::vector<Group>& | getGroups() | |
public | void | setGroups(const std::vector<Group>& inGroups) | |
public | void | appendGroup(const Group& inGroup) | |
public | void | updateGroup(const Group& inGroup) | |
private | void | fetchGroups() |
静的メンバ
タイプ | 名前 | 説明 |
---|---|---|
std::string | EXTENSION | |
std::string | TAG |
メンバ
アクセス | タイプ | 名前 | 説明 |
---|---|---|---|
private | std::vector<Group> | m_groups |