LeviLamina
Loading...
Searching...
No Matches
SelectionVolumeUpdate.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/editor/network/NetworkPayload.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace Editor::Network {
14
15class SelectionVolumeUpdate : public ::Editor::Network::NetworkPayload<::Editor::Network::SelectionVolumeUpdate> {
16public:
17 // SelectionVolumeUpdate inner types define
18 enum class Action : int {
19 Set = 0,
20 Add = 1,
21 Remove = 2,
22 Clear = 3,
23 Translate = 4,
24 Move = 5,
25 };
26
27public:
28 // member variables
29 // NOLINTBEGIN
32 // NOLINTEND
33
34public:
35 // prevent constructor by default
39
40public:
41 // virtual functions
42 // NOLINTBEGIN
43 // vIndex: 0
44 virtual ~SelectionVolumeUpdate() /*override*/;
45 // NOLINTEND
46
47public:
48 // static functions
49 // NOLINTBEGIN
50 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
51 // NOLINTEND
52
53public:
54 // destructor thunk
55 // NOLINTBEGIN
56 MCNAPI void $dtor();
57 // NOLINTEND
58
59public:
60 // vftables
61 // NOLINTBEGIN
62 MCNAPI static void** $vftable();
63 // NOLINTEND
64};
65
66} // namespace Editor::Network
Definition NetworkPayload.h:8
Definition SelectionVolumeUpdate.h:15
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14