LeviLamina
Loading...
Searching...
No Matches
CameraAttachComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/game_refs/WeakRef.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
EntityContext
;
11
class
HashedString
;
12
// clang-format on
13
14
struct
CameraAttachComponent
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<8, 24, ::WeakRef<::EntityContext>> mAttachTo;
19
::ll::TypedStorage<8, 48, ::HashedString> mLocator;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
CameraAttachComponent
& operator=(
CameraAttachComponent
const
&);
25
26
public
:
27
// member functions
28
// NOLINTBEGIN
29
MCAPI
CameraAttachComponent
(
::CameraAttachComponent
const
&);
30
31
MCAPI ::CameraAttachComponent& operator=(
::CameraAttachComponent
&&);
32
33
MCAPI
~CameraAttachComponent
();
34
// NOLINTEND
35
36
public
:
37
// constructor thunks
38
// NOLINTBEGIN
39
MCAPI
void
* $ctor(
::CameraAttachComponent
const
&);
40
// NOLINTEND
41
42
public
:
43
// destructor thunk
44
// NOLINTBEGIN
45
MCAPI
void
$dtor();
46
// NOLINTEND
47
};
EntityContext
Definition
EntityContext.h:16
HashedString
Definition
HashedString.h:5
CameraAttachComponent
Definition
CameraAttachComponent.h:14
src
mc
deps
minecraft_camera
components
CameraAttachComponent.h
Generated on Sat Apr 26 2025 05:55:27 for LeviLamina by
1.12.0