Nebula
Toggle main menu visibility
Loading...
Searching...
No Matches
category.h
Go to the documentation of this file.
1
#pragma once
2
//------------------------------------------------------------------------------
9
//------------------------------------------------------------------------------
10
#include "
util/string.h
"
11
#include "
util/fixedarray.h
"
12
#include "
component.h
"
13
14
namespace
Game
15
{
16
17
struct
EntityTableCreateInfo
18
{
20
Util::String
name
;
22
Util::FixedArray<ComponentId>
components
;
23
};
24
25
}
// namespace Game
Util::FixedArray
Implements a fixed size one-dimensional array.
Definition
fixedarray.h:20
Util::String
Nebula's universal string class.
Definition
string.h:50
component.h
fixedarray.h
Game
Resolves local hierarchical transforms into the mandatory world transform components.
Definition
graphicsmanager.h:67
string.h
Game::EntityTableCreateInfo
Definition
category.h:18
Game::EntityTableCreateInfo::name
Util::String name
name to be given to the table
Definition
category.h:20
Game::EntityTableCreateInfo::components
Util::FixedArray< ComponentId > components
which properties the table should have
Definition
category.h:22
code
application
game
category.h
Generated on
for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.