◆ GameobjectModelData()
GameobjectModelData::GameobjectModelData |
( |
char const * |
name_, |
|
|
uint32 |
nameLength, |
|
|
Vector3 const & |
lowBound, |
|
|
Vector3 const & |
highBound, |
|
|
bool |
isWmo_ |
|
) |
| |
|
inline |
34 :
35 bound(lowBound, highBound),
name(name_, nameLength),
isWmo(isWmo_) { }
AABox bound
Definition GameObjectModel.cpp:37
bool isWmo
Definition GameObjectModel.cpp:39
std::string name
Definition GameObjectModel.cpp:38
◆ bound
AABox GameobjectModelData::bound |
◆ isWmo
bool GameobjectModelData::isWmo |
◆ name
std::string GameobjectModelData::name |
The documentation for this struct was generated from the following file: