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 {
87 ComponentStateBoundingBox& operator=(ComponentStateBoundingBox
const&);
88 ComponentStateBoundingBox(ComponentStateBoundingBox
const&);
89 ComponentStateBoundingBox();
107 MCNAPI_C
void* $ctor();
111 class ComponentStateClipboard {
128 ComponentStateClipboard& operator=(ComponentStateClipboard
const&);
129 ComponentStateClipboard(ComponentStateClipboard
const&);
130 ComponentStateClipboard();
146 class ComponentStateEntity {
156 ComponentStateEntity& operator=(ComponentStateEntity
const&);
157 ComponentStateEntity(ComponentStateEntity
const&);
158 ComponentStateEntity();
163 MCNAPI ::Editor::Network::WidgetComponentStateChangePayload::ComponentStateEntity&
179 class ComponentStateGizmo {
191 ComponentStateGizmo& operator=(ComponentStateGizmo
const&);
192 ComponentStateGizmo(ComponentStateGizmo
const&);
193 ComponentStateGizmo();
210 MCNAPI_C
void* $ctor();
214 class ComponentStateGrid {
227 ComponentStateGrid(ComponentStateGrid
const&);
228 ComponentStateGrid();
233 MCNAPI ::Editor::Network::WidgetComponentStateChangePayload::ComponentStateGrid&
236 MCNAPI ::Editor::Network::WidgetComponentStateChangePayload::ComponentStateGrid&
246 class ComponentStateSpline {
256 ComponentStateSpline(ComponentStateSpline
const&);
257 ComponentStateSpline();
262 MCNAPI ::Editor::Network::WidgetComponentStateChangePayload::ComponentStateSpline&
265 MCNAPI ::Editor::Network::WidgetComponentStateChangePayload::ComponentStateSpline&
281 class ComponentStateText {
291 ComponentStateText& operator=(ComponentStateText
const&);
292 ComponentStateText(ComponentStateText
const&);
293 ComponentStateText();
298 MCNAPI ::Editor::Network::WidgetComponentStateChangePayload::ComponentStateText&
314 class ComponentStateVolumeOutline {
334 ComponentStateVolumeOutline();
343 MCNAPI ::Editor::Network::WidgetComponentStateChangePayload::ComponentStateVolumeOutline&
346 MCNAPI ::Editor::Network::WidgetComponentStateChangePayload::ComponentStateVolumeOutline&
375 class ComponentStateVolumeOutlineVolumeUpdate {
385 ComponentStateVolumeOutlineVolumeUpdate& operator=(ComponentStateVolumeOutlineVolumeUpdate
const&);
386 ComponentStateVolumeOutlineVolumeUpdate(ComponentStateVolumeOutlineVolumeUpdate
const&);
387 ComponentStateVolumeOutlineVolumeUpdate();
418 WidgetComponentStateChangePayload& operator=(WidgetComponentStateChangePayload
const&);
419 WidgetComponentStateChangePayload(WidgetComponentStateChangePayload
const&);
420 WidgetComponentStateChangePayload();
425 virtual ~WidgetComponentStateChangePayload() ;
Definition BoundingBox.h:13
Definition NetworkPayload.h:8
Definition WidgetComponentStateChangePayload.h:281
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