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&);
72 class ComponentStateBoundingBox {
93 ComponentStateBoundingBox& operator=(ComponentStateBoundingBox
const&);
94 ComponentStateBoundingBox(ComponentStateBoundingBox
const&);
95 ComponentStateBoundingBox();
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();
179 class ComponentStateGizmo {
191 ComponentStateGizmo& operator=(ComponentStateGizmo
const&);
192 ComponentStateGizmo(ComponentStateGizmo
const&);
193 ComponentStateGizmo();
202 class ComponentStateGrid {
215 ComponentStateGrid& operator=(ComponentStateGrid
const&);
216 ComponentStateGrid(ComponentStateGrid
const&);
217 ComponentStateGrid();
241 class ComponentStateSpline {
251 ComponentStateSpline& operator=(ComponentStateSpline
const&);
252 ComponentStateSpline(ComponentStateSpline
const&);
253 ComponentStateSpline();
274 class ComponentStateText {
284 ComponentStateText& operator=(ComponentStateText
const&);
285 ComponentStateText(ComponentStateText
const&);
286 ComponentStateText();
307 class ComponentStateVolumeOutline {
327 ComponentStateVolumeOutline& operator=(ComponentStateVolumeOutline
const&);
328 ComponentStateVolumeOutline(ComponentStateVolumeOutline
const&);
329 ComponentStateVolumeOutline();
346 class ComponentStateVolumeOutlineVolumeUpdate {
356 ComponentStateVolumeOutlineVolumeUpdate& operator=(ComponentStateVolumeOutlineVolumeUpdate
const&);
357 ComponentStateVolumeOutlineVolumeUpdate(ComponentStateVolumeOutlineVolumeUpdate
const&);
358 ComponentStateVolumeOutlineVolumeUpdate();
389 WidgetComponentStateChangePayload& operator=(WidgetComponentStateChangePayload
const&);
390 WidgetComponentStateChangePayload(WidgetComponentStateChangePayload
const&);
391 WidgetComponentStateChangePayload();
Definition BoundingBox.h:13
Definition NetworkPayload.h:8
Definition WidgetComponentStateChangePayload.h:274
MCAPI ~ComponentStateText()
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition ReflectionCtx.h:11