LeviLamina
Loading...
Searching...
No Matches
TransformationDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/ActorComponentDescription.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
34 // NOLINTEND
35
36public:
37 // prevent constructor by default
41
42public:
43 // virtual functions
44 // NOLINTBEGIN
45 // vIndex: 0
46 virtual char const* getJsonName() const /*override*/;
47
48 // vIndex: 2
49 virtual void deserializeData(::DeserializeDataParams deserializeDataParams) /*override*/;
50
51 // vIndex: 1
52 virtual ~TransformationDescription() /*override*/;
53 // NOLINTEND
54
55public:
56 // destructor thunk
57 // NOLINTBEGIN
58 MCAPI void $dtor();
59 // NOLINTEND
60
61public:
62 // virtual function thunks
63 // NOLINTBEGIN
64 MCAPI char const* $getJsonName() const;
65
66 MCAPI void $deserializeData(::DeserializeDataParams deserializeDataParams);
67 // NOLINTEND
68
69public:
70 // vftables
71 // NOLINTBEGIN
72 MCAPI static void** $vftable();
73 // NOLINTEND
74};
Definition ActorComponentDescription.h:8
Definition DeserializeDataParams.h:15
Definition TransformationDescription.h:13
Definition Alias.h:14