Rehti MMORPG  1.0.0
Rehti MMORPG is a free and open source MMORPG game.
ObjectAssetData Struct Reference

Contains asset data loaded into memory for a specific object. More...

#include <AssetTypes.hpp>

Collaboration diagram for ObjectAssetData:
Collaboration graph

Public Attributes

std::vector< Vertexvertices
 
std::vector< uint32_t > indices
 
ImageData texture
 
std::string characterInteractAnimation
 

Detailed Description

Contains asset data loaded into memory for a specific object.

Member Data Documentation

◆ characterInteractAnimation

std::string ObjectAssetData::characterInteractAnimation

◆ indices

std::vector<uint32_t> ObjectAssetData::indices

◆ texture

ImageData ObjectAssetData::texture

◆ vertices

std::vector<Vertex> ObjectAssetData::vertices

The documentation for this struct was generated from the following file: