|
Cogs.Core
|
Public Attributes | |
| uint32_t | index = ::NoValue |
| uint32_t | fileIndex = ::NoValue |
| uint32_t | part = ::NoValue |
| uint32_t | depth = 0 |
| Depth in the lod hierarchy, root is 1. | |
| AssetGpuStats | cost |
| bool | requested = false |
Definition at line 184 of file AssetSystem.cpp.
| AssetGpuStats Cogs::Core::ModelInstanceData::cost |
Definition at line 190 of file AssetSystem.cpp.
| uint32_t Cogs::Core::ModelInstanceData::depth = 0 |
Depth in the lod hierarchy, root is 1.
Definition at line 189 of file AssetSystem.cpp.
| uint32_t Cogs::Core::ModelInstanceData::fileIndex = ::NoValue |
Definition at line 187 of file AssetSystem.cpp.
| uint32_t Cogs::Core::ModelInstanceData::index = ::NoValue |
Definition at line 186 of file AssetSystem.cpp.
| uint32_t Cogs::Core::ModelInstanceData::part = ::NoValue |
Definition at line 188 of file AssetSystem.cpp.
| bool Cogs::Core::ModelInstanceData::requested = false |
Definition at line 191 of file AssetSystem.cpp.