LeviLamina
Loading...
Searching...
No Matches
ComponentInfo.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
struct
ComponentInfo
{
6
public
:
7
// member variables
8
// NOLINTBEGIN
9
::ll::TypedStorage<1, 1, bool> mThreadSafe;
10
::ll::TypedStorage<8, 32, ::std::string> mName;
11
::ll::TypedStorage<4, 4, uint> mId;
12
// NOLINTEND
13
14
public
:
15
// member functions
16
// NOLINTBEGIN
17
MCNAPI
~ComponentInfo
();
18
// NOLINTEND
19
20
public
:
21
// destructor thunk
22
// NOLINTBEGIN
23
MCNAPI
void
$dtor
();
24
// NOLINTEND
25
};
ComponentInfo
Definition
ComponentInfo.h:5
ComponentInfo::$dtor
MCAPI void $dtor()
ComponentInfo::~ComponentInfo
MCAPI ~ComponentInfo()
src
mc
deps
ecs
systems
ComponentInfo.h
Generated on Fri Jun 13 2025 05:04:24 for LeviLamina by
1.12.0