LeviLamina
Loading...
Searching...
No Matches
ShouldUpdateBoundingBoxRequestComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // ShouldUpdateBoundingBoxRequestComponent inner types declare
8 // clang-format off
10 struct UpdateFromValue;
11 // clang-format on
12
13 // ShouldUpdateBoundingBoxRequestComponent inner types define
15
17 public:
18 // member variables
19 // NOLINTBEGIN
21 // NOLINTEND
22
23 public:
24 // prevent constructor by default
25 UpdateFromValue& operator=(UpdateFromValue const&);
28 };
29
30public:
31 // member variables
32 // NOLINTBEGIN
33 ::ll::TypedStorage<
34 4,
35 12,
36 ::std::variant<
39 mUpdate;
40 // NOLINTEND
41};
Definition ShouldUpdateBoundingBoxRequestComponent.h:14
Definition ShouldUpdateBoundingBoxRequestComponent.h:16
Definition ShouldUpdateBoundingBoxRequestComponent.h:5
Definition Alias.h:14