3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/editor/network/NetworkPayload.h"
7#include "mc/editor/services/widgets/WidgetCommonBasePayload.h"
12namespace mce {
class UUID; }
15namespace Editor::Network {
17class WidgetComponentStateChangePayload
37 enum class WidgetComponentStateVariantType :
int {
45 VolumeOutlineVolumeUpdate = 7,
50 class ComponentStateBase {
61 ComponentStateBase& operator=(ComponentStateBase
const&);
62 ComponentStateBase(ComponentStateBase
const&);
66 class ComponentStateBoundingBox {
88 ComponentStateBoundingBox& operator=(ComponentStateBoundingBox
const&);
89 ComponentStateBoundingBox(ComponentStateBoundingBox
const&);
90 ComponentStateBoundingBox();
95 ComponentStateBoundingBox& operator=(ComponentStateBoundingBox
const&);
96 ComponentStateBoundingBox(ComponentStateBoundingBox
const&);
103 MCNAPI ComponentStateBoundingBox();
120 MCNAPI
void*
$ctor();
125 class ComponentStateClipboard {
142 ComponentStateClipboard& operator=(ComponentStateClipboard
const&);
143 ComponentStateClipboard(ComponentStateClipboard
const&);
144 ComponentStateClipboard();
160 class ComponentStateEntity {
170 ComponentStateEntity& operator=(ComponentStateEntity
const&);
171 ComponentStateEntity(ComponentStateEntity
const&);
172 ComponentStateEntity();
177 MCNAPI ::Editor::Network::WidgetComponentStateChangePayload::ComponentStateEntity&
193 class ComponentStateGizmo {
206 ComponentStateGizmo& operator=(ComponentStateGizmo
const&);
207 ComponentStateGizmo(ComponentStateGizmo
const&);
208 ComponentStateGizmo();
213 ComponentStateGizmo& operator=(ComponentStateGizmo
const&);
214 ComponentStateGizmo(ComponentStateGizmo
const&);
221 MCNAPI ComponentStateGizmo();
229 MCNAPI
void*
$ctor();
234 class ComponentStateGrid {
247 ComponentStateGrid(ComponentStateGrid
const&);
248 ComponentStateGrid();
253 MCNAPI ::Editor::Network::WidgetComponentStateChangePayload::ComponentStateGrid&
256 MCNAPI ::Editor::Network::WidgetComponentStateChangePayload::ComponentStateGrid&
266 class ComponentStateSpline {
276 ComponentStateSpline(ComponentStateSpline
const&);
277 ComponentStateSpline();
282 MCNAPI ::Editor::Network::WidgetComponentStateChangePayload::ComponentStateSpline&
285 MCNAPI ::Editor::Network::WidgetComponentStateChangePayload::ComponentStateSpline&
301 class ComponentStateText {
311 ComponentStateText& operator=(ComponentStateText
const&);
312 ComponentStateText(ComponentStateText
const&);
313 ComponentStateText();
318 MCNAPI ::Editor::Network::WidgetComponentStateChangePayload::ComponentStateText&
334 class ComponentStateVolumeOutline {
354 ComponentStateVolumeOutline();
363 MCNAPI ::Editor::Network::WidgetComponentStateChangePayload::ComponentStateVolumeOutline&
366 MCNAPI ::Editor::Network::WidgetComponentStateChangePayload::ComponentStateVolumeOutline&
395 class ComponentStateVolumeOutlineVolumeUpdate {
405 ComponentStateVolumeOutlineVolumeUpdate& operator=(ComponentStateVolumeOutlineVolumeUpdate
const&);
406 ComponentStateVolumeOutlineVolumeUpdate(ComponentStateVolumeOutlineVolumeUpdate
const&);
407 ComponentStateVolumeOutlineVolumeUpdate();
432 WidgetComponentStateChangePayload& operator=(WidgetComponentStateChangePayload
const&);
433 WidgetComponentStateChangePayload(WidgetComponentStateChangePayload
const&);
434 WidgetComponentStateChangePayload();
439 virtual ~WidgetComponentStateChangePayload() ;
Definition BoundingBox.h:13
Definition NetworkPayload.h:8
Definition WidgetComponentStateChangePayload.h:301
MCAPI bool operator==(::Editor::Network::WidgetComponentStateChangePayload::ComponentStateText const &other) const
MCAPI::Editor::Network::WidgetComponentStateChangePayload::ComponentStateText & operator=(::Editor::Network::WidgetComponentStateChangePayload::ComponentStateText &&)
MCAPI ~ComponentStateText()
Definition ReflectionCtx.h:11