LeviLamina
Loading...
Searching...
No Matches
EntityComponentFactoryBase.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
DefinitionInstanceGroup
;
11
class
EntityContext
;
12
// clang-format on
13
14
class
EntityComponentFactoryBase
:
public
::Bedrock::EnableNonOwnerReferences
{
15
public
:
16
// virtual functions
17
// NOLINTBEGIN
18
virtual
~EntityComponentFactoryBase
()
/*override*/
;
19
// NOLINTEND
20
21
public
:
22
// static functions
23
// NOLINTBEGIN
24
MCNAPI
static
void
addComponents
(
::EntityContext
& entity,
::DefinitionInstanceGroup
const
& definitionGroup);
25
// NOLINTEND
26
27
public
:
28
// destructor thunk
29
// NOLINTBEGIN
30
MCNAPI
void
$dtor
();
31
// NOLINTEND
32
};
Bedrock::EnableNonOwnerReferences
Definition
EnableNonOwnerReferences.h:7
DefinitionInstanceGroup
Definition
DefinitionInstanceGroup.h:10
EntityComponentFactoryBase
Definition
EntityComponentFactoryBase.h:14
EntityComponentFactoryBase::addComponents
static MCAPI void addComponents(::EntityContext &entity, ::DefinitionInstanceGroup const &definitionGroup)
EntityComponentFactoryBase::$dtor
MCAPI void $dtor()
EntityContext
Definition
EntityContext.h:16
src
mc
entity
factory
EntityComponentFactoryBase.h
Generated on
for LeviLamina by
1.16.1