LeviLamina
Loading...
Searching...
No Matches
WidgetPrimComponentEllipsoid.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 WidgetPrimComponentEllipsoid {
13public:
14 // member variables
15 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 WidgetPrimComponentEllipsoid& operator=(WidgetPrimComponentEllipsoid const&);
26 WidgetPrimComponentEllipsoid(WidgetPrimComponentEllipsoid const&);
27 WidgetPrimComponentEllipsoid();
28
29public:
30 // member functions
31 // NOLINTBEGIN
33 // NOLINTEND
34
35public:
36 // static functions
37 // NOLINTBEGIN
38 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
39 // NOLINTEND
40};
41
42} // namespace Editor::Network
Definition WidgetPrimComponentEllipsoid.h:12
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI bool operator==(::Editor::Network::WidgetPrimComponentEllipsoid const &other) const
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14