LeviLamina
Loading...
Searching...
No Matches
LookAtIntent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace sim { struct ContinuousLookAtEntityIntent; }
8namespace sim { struct ContinuousLookAtPositionIntent; }
9namespace sim { struct LookAtEntityIntent; }
10namespace sim { struct LookAtPositionIntent; }
11namespace sim { struct VoidLookAtIntent; }
12// clang-format on
13
14namespace sim {
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<
21 8,
22 40,
23 ::std::variant<
29 mType;
30 // NOLINTEND
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCAPI explicit LookAtIntent(::std::variant<
41
42 MCAPI ~LookAtIntent();
43 // NOLINTEND
44
45public:
46 // constructor thunks
47 // NOLINTBEGIN
48 MCAPI void* $ctor(::std::variant<
54 // NOLINTEND
55
56public:
57 // destructor thunk
58 // NOLINTBEGIN
59 MCAPI void $dtor();
60 // NOLINTEND
61};
62
63} // namespace sim
Definition ContinuousLookAtEntityIntent.h:12
Definition ContinuousLookAtPositionIntent.h:7
Definition LookAtEntityIntent.h:12
Definition LookAtIntent.h:16
Definition LookAtPositionIntent.h:7
Definition VoidLookAtIntent.h:7