LeviLamina
Loading...
Searching...
No Matches
WidgetPrimComponentCone.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cereal { struct ReflectionCtx; }
8// clang-format on
9
10namespace Editor::Network {
11
12class WidgetPrimComponentCone {
13public:
14 // member variables
15 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 WidgetPrimComponentCone& operator=(WidgetPrimComponentCone const&);
29 WidgetPrimComponentCone(WidgetPrimComponentCone const&);
30 WidgetPrimComponentCone();
31
32public:
33 // member functions
34 // NOLINTBEGIN
36 // NOLINTEND
37
38public:
39 // static functions
40 // NOLINTBEGIN
41 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
42 // NOLINTEND
43};
44
45} // namespace Editor::Network
Definition WidgetPrimComponentCone.h:12
MCAPI bool operator==(::Editor::Network::WidgetPrimComponentCone const &) const
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14