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/core/string/HashedString.h"
7
#include "mc/deps/game_refs/WeakRef.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
EntityContext
;
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
CameraAttachComponent
(
CameraAttachComponent
const
&);
26
CameraAttachComponent
();
27
28
public
:
29
// member functions
30
// NOLINTBEGIN
31
MCNAPI ::CameraAttachComponent&
operator=
(
::CameraAttachComponent
&&);
32
// NOLINTEND
33
};
EntityContext
Definition
EntityContext.h:16
CameraAttachComponent
Definition
CameraAttachComponent.h:14
CameraAttachComponent::operator=
MCAPI::CameraAttachComponent & operator=(::CameraAttachComponent &&)
src
mc
deps
minecraft_camera
components
CameraAttachComponent.h
Generated on Fri Jun 13 2025 05:04:24 for LeviLamina by
1.12.0