3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/common/editor/EventSource.h"
7#include "mc/editor/selection/SelectionContainer.h"
15namespace Editor::Selection {
49 MCNAPI ::std::optional<::BoundingBox>
bounds()
const;
51 MCNAPI
void clear(::Editor::Selection::EventSource eventSource);
53 MCNAPI
void moveTo(
::Vec3 const& location, ::Editor::Selection::EventSource eventSource);
55 MCNAPI
void translate(
::Vec3 const& offset, ::Editor::Selection::EventSource eventSource);
Definition BoundingBox.h:13
Definition SelectionContainerVolume.h:17
MCAPI void _fireSelectionVolumeRemoveEvent()
MCAPI void moveTo(::Vec3 const &location, ::Editor::Selection::EventSource eventSource)
MCAPI void _fireSelectionVolumeTranslateEvent()
MCAPI void translate(::Vec3 const &offset, ::Editor::Selection::EventSource eventSource)
static MCAPI void ** $vftable()
MCAPI void _fireSelectionVolumeSetEvent()
MCAPI ::std::optional<::BoundingBox > bounds() const
MCAPI void clear(::Editor::Selection::EventSource eventSource)
MCAPI void _fireSelectionVolumeMoveEvent()
Definition SelectionContainer.h:12