Cogs.Core
|
Public Attributes | |
EMeshDataType | type = EMeshDataType::Other |
uint16_t | size = 0 |
uint16_t | offset = 0 |
std::string | header |
ImU32 | color = IM_COL32(255, 255, 255, 255) |
Definition at line 52 of file InspectorGuiHelper.cpp.
ImU32 ColumnInfo::color = IM_COL32(255, 255, 255, 255) |
Definition at line 58 of file InspectorGuiHelper.cpp.
std::string ColumnInfo::header |
Definition at line 57 of file InspectorGuiHelper.cpp.
uint16_t ColumnInfo::offset = 0 |
Definition at line 56 of file InspectorGuiHelper.cpp.
uint16_t ColumnInfo::size = 0 |
Definition at line 55 of file InspectorGuiHelper.cpp.
EMeshDataType ColumnInfo::type = EMeshDataType::Other |
Definition at line 54 of file InspectorGuiHelper.cpp.