LeviLamina
Loading...
Searching...
No Matches
SelectionVolumeEvent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Editor::Selection {
6
7
struct
SelectionVolumeEvent
{
8
public
:
9
// SelectionVolumeEvent inner types define
10
enum class
EventType :
int
{
11
Error = 0,
12
SetVolume = 1,
13
AddVolume = 2,
14
RemoveVolume = 3,
15
Translate = 4,
16
Move = 5,
17
Clear = 6,
18
};
19
20
public
:
21
// member variables
22
// NOLINTBEGIN
23
::ll::UntypedStorage<4, 4>
mUnk7624f8;
24
::ll::UntypedStorage<8, 8>
mUnk5296e6;
25
// NOLINTEND
26
27
public
:
28
// prevent constructor by default
29
SelectionVolumeEvent
& operator=(
SelectionVolumeEvent
const
&);
30
SelectionVolumeEvent
(
SelectionVolumeEvent
const
&);
31
SelectionVolumeEvent
();
32
};
33
34
}
// namespace Editor::Selection
Editor::Selection::SelectionVolumeEvent
Definition
SelectionVolumeEvent.h:7
ll::UntypedStorage
Definition
Alias.h:14
src
mc
common
editor
SelectionVolumeEvent.h
Generated on Fri Jun 13 2025 05:04:20 for LeviLamina by
1.12.0