|
Nebula
|
#include <scale.h>
Public Types | |
| using | type = Scale |
| using | field_types = std::tuple<float, float, float> |
Public Member Functions | |
| Traits ()=delete | |
Static Public Attributes | |
| static constexpr auto | name = "Scale" |
| static constexpr auto | fully_qualified_name = "Game.Scale" |
| static constexpr size_t | num_fields = 3 |
| static constexpr const char * | field_names [num_fields] |
| static constexpr const char * | field_typenames [num_fields] |
| static constexpr const char * | field_descriptions [num_fields] |
| static constexpr size_t | field_byte_offsets [num_fields] |
| static constexpr bool | field_hide_in_inspector [num_fields] |
| static constexpr uint32_t | fixed_column_index = 3 |
| This is the column that the entity scale will reside in, in every table. | |
| using Game::Scale::Traits::field_types = std::tuple<float, float, float> |
| using Game::Scale::Traits::type = Scale |
|
delete |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
This is the column that the entity scale will reside in, in every table.
NOTE: This can never be changed, due to assumptions that have been made.
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |